Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h89 bool Is32Bit() const { in Is32Bit() function
H A DELFHeader.cpp123 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse()
H A DObjectFileELF.cpp2545 if (hdr->Is32Bit()) { in ParsePLTRelocations()
2676 if (hdr->Is32Bit()) { in ApplyRelocations()
2690 if (hdr->Is32Bit()) { in ApplyRelocations()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp107 Is32Bit = false; in RecognizableInstr()
114 Is32Bit = true; in RecognizableInstr()
782 UID, Is32Bit, OpPrefix == 0, in emitDecodePath()
787 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
H A DX86RecognizableInstr.h205 bool Is32Bit; variable
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp219 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument
221 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
H A DPPCISelDAGToDAG.cpp2790 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
2797 ToExtend = SDValue(CurDAG->getMachineNode(Is32Bit ? PPC::NOR : PPC::NOR8, in getCompoundZeroComparisonInGPR()
2802 if (Is32Bit) { in getCompoundZeroComparisonInGPR()
2823 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
2828 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
2833 assert(Is32Bit && "Should have handled the 32-bit sequences above."); in getCompoundZeroComparisonInGPR()
H A DPPCISelLowering.cpp11994 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
12010 if (Is32Bit && !isFPExtLoad(NextOp.getOperand(0).getOperand(0))) in combineElementTruncationToVectorTruncation()
12025 if (Is32Bit) { in combineElementTruncationToVectorTruncation()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td25 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
703 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1630 let Predicates = [Is32Bit] in {
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4703 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
4705 DefMI->getOperand(2).getImm(), Is32Bit ? 32 : 64); in optimizeCondBranch()
4735 if (!Is32Bit && Imm < 32) in optimizeCondBranch()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2370 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
2371 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
2372 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4309 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local
4321 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, in expandAliasImmediate()