Home
last modified time | relevance | path

Searched refs:Is32Bit (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp148 bool Is32Bit = ObjFile.getBinary()->makeTriple().isArch32Bit(); in loadObj() local
149 size_t ELFSledEntrySize = Is32Bit ? 16 : 32; in loadObj()
167 const int WordSize = Is32Bit ? 4 : 8; in loadObj()
178 if (Is32Bit) in loadObj()
183 if (Is32Bit) in loadObj()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1055 const bool Is32Bit = Size == 32; in emitSelect() local
1066 auto TryFoldBinOpIntoSelect = [&Opc, Is32Bit, &CC, &MRI, in emitSelect()
1081 Opc = Is32Bit ? AArch64::CSNEGWr : AArch64::CSNEGXr; in emitSelect()
1098 Opc = Is32Bit ? AArch64::CSINVWr : AArch64::CSINVXr; in emitSelect()
1117 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect()
1142 Register ZReg = Is32Bit ? AArch64::WZR : AArch64::XZR; in emitSelect()
1149 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect()
1157 Opc = Is32Bit ? AArch64::CSINVWr : AArch64::CSINVXr; in emitSelect()
1168 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect()
4124 bool Is32Bit = Size == 32; in emitAddSub() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp107 Is32Bit = false; in RecognizableInstr()
114 Is32Bit = true; in RecognizableInstr()
843 UID, Is32Bit, OpPrefix == 0, in emitDecodePath()
848 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h211 bool Is32Bit; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp380 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR() argument
382 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in mightUseCTR()
H A DPPCISelDAGToDAG.cpp3075 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
3082 ToExtend = SDValue(CurDAG->getMachineNode(Is32Bit ? PPC::NOR : PPC::NOR8, in getCompoundZeroComparisonInGPR()
3087 if (Is32Bit) { in getCompoundZeroComparisonInGPR()
3108 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
3113 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
3118 assert(Is32Bit && "Should have handled the 32-bit sequences above."); in getCompoundZeroComparisonInGPR()
H A DPPCISelLowering.cpp13620 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
13636 if (Is32Bit && !isFPExtLoad(NextOp.getOperand(0).getOperand(0))) in combineElementTruncationToVectorTruncation()
13651 if (Is32Bit) { in combineElementTruncationToVectorTruncation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td24 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
721 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1661 let Predicates = [Is32Bit] in {
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6138 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
6140 DefMI->getOperand(2).getImm(), Is32Bit ? 32 : 64); in optimizeCondBranch()
6170 if (!Is32Bit && Imm < 32) in optimizeCondBranch()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2693 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
2694 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
2695 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4765 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local
4777 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, in expandAliasImmediate()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp14989 bool Is32Bit = false; in EmitPPCBuiltinExpr() local
14995 Is32Bit = true; in EmitPPCBuiltinExpr()
15016 Ops[0], Is32Bit ? llvm::FixedVectorType::get(Int32Ty, 4) in EmitPPCBuiltinExpr()
15018 Ops[1] = Builder.CreateBitCast(Ops[1], Is32Bit ? Int32Ty : Int64Ty); in EmitPPCBuiltinExpr()