| /freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 148 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1116 const bool Is32Bit = Size == 32; in emitSelect() local 1127 auto TryFoldBinOpIntoSelect = [&Opc, Is32Bit, &CC, &MRI, in emitSelect() 1142 Opc = Is32Bit ? AArch64::CSNEGWr : AArch64::CSNEGXr; in emitSelect() 1159 Opc = Is32Bit ? AArch64::CSINVWr : AArch64::CSINVXr; in emitSelect() 1178 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect() 1203 Register ZReg = Is32Bit ? AArch64::WZR : AArch64::XZR; in emitSelect() 1210 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect() 1218 Opc = Is32Bit ? AArch64::CSINVWr : AArch64::CSINVXr; in emitSelect() 1229 Opc = Is32Bit ? AArch64::CSINCWr : AArch64::CSINCXr; in emitSelect() 4251 bool Is32Bit = Size == 32; in emitAddSub() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.h | 85 bool Is32Bit() const { in Is32Bit() function
|
| H A D | ELFHeader.cpp | 120 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse()
|
| H A D | ObjectFileELF.cpp | 2450 if (hdr->Is32Bit()) { in ParsePLTRelocations() 2578 if (hdr->Is32Bit()) { in ApplyRelocations() 2592 if (hdr->Is32Bit()) { in ApplyRelocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 107 Is32Bit = false; in RecognizableInstr() 114 Is32Bit = true; in RecognizableInstr() 842 UID, Is32Bit, OpPrefix == 0, in emitDecodePath() 847 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
|
| H A D | X86RecognizableInstr.h | 211 bool Is32Bit; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 380 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR() argument 382 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in mightUseCTR()
|
| H A D | PPCISelDAGToDAG.cpp | 3071 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local 3078 ToExtend = SDValue(CurDAG->getMachineNode(Is32Bit ? PPC::NOR : PPC::NOR8, in getCompoundZeroComparisonInGPR() 3083 if (Is32Bit) { in getCompoundZeroComparisonInGPR() 3104 if (!Is32Bit && in getCompoundZeroComparisonInGPR() 3109 if (!Is32Bit && in getCompoundZeroComparisonInGPR() 3114 assert(Is32Bit && "Should have handled the 32-bit sequences above."); in getCompoundZeroComparisonInGPR()
|
| H A D | PPCISelLowering.cpp | 13675 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local 13691 if (Is32Bit && !isFPExtLoad(NextOp.getOperand(0).getOperand(0))) in combineElementTruncationToVectorTruncation() 13706 if (Is32Bit) { in combineElementTruncationToVectorTruncation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 24 def Is32Bit : Predicate<"!Subtarget->is64Bit()">; 721 let Predicates = [Is32Bit], isCodeGenOnly = 1 in 1661 let Predicates = [Is32Bit] in {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 6199 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local 6201 DefMI->getOperand(2).getImm(), Is32Bit ? 32 : 64); in optimizeCondBranch() 6231 if (!Is32Bit && Imm < 32) in optimizeCondBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2742 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local 2743 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary() 2744 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 4765 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local 4777 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, in expandAliasImmediate()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 15280 bool Is32Bit = false; in EmitPPCBuiltinExpr() local 15286 Is32Bit = true; in EmitPPCBuiltinExpr() 15307 Ops[0], Is32Bit ? llvm::FixedVectorType::get(Int32Ty, 4) in EmitPPCBuiltinExpr() 15309 Ops[1] = Builder.CreateBitCast(Ops[1], Is32Bit ? Int32Ty : Int64Ty); in EmitPPCBuiltinExpr()
|