/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFYAML.cpp | 258 static void auxSymMapping(IO &IO, XCOFFYAML::CsectAuxEnt &AuxSym, bool Is64) { in auxSymMapping() 280 static void auxSymMapping(IO &IO, XCOFFYAML::BlockAuxEnt &AuxSym, bool Is64) { in auxSymMapping() 290 bool Is64) { in auxSymMapping() 324 const bool Is64 = in mapping() local
|
H A D | ELFYAML.cpp | 1307 const bool Is64 = static_cast<ELFYAML::Object *>(Ctx)->Header.Class == in input() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCAsmBackend.cpp | 224 bool Is64 = TT.isPPC64(); in createObjectTargetWriter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 103 bool Is64 = false; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 277 static unsigned getLogicalBitOpcode(unsigned Opc, bool Is64) { in getLogicalBitOpcode() 299 bool Is64 = Size > 32 || (DstRB->getID() == AMDGPU::VCCRegBankID && in selectG_AND_OR_XOR() local 1406 const bool Is64 = Size == 64; in selectBallot() local 1975 const bool Is64 = MRI->getType(VDataOut).getSizeInBits() == 64; in selectImageIntrinsic() local 2854 const bool Is64 = STI.isWave64(); in selectG_BRCOND() local 3066 const bool Is64 = DstTy.getSizeInBits() == 64; in selectG_EXTRACT_VECTOR_ELT() local
|
H A D | AMDGPURegisterBankInfo.cpp | 895 bool Is64 = OpSize % 64 == 0; in executeInWaterfallLoop() local
|
H A D | AMDGPULegalizerInfo.cpp | 6956 const bool Is64 = MRI.getType(NodePtr).getSizeInBits() == 64; in legalizeBVHIntrinsic() local
|
H A D | SIISelLowering.cpp | 9174 const bool Is64 = NodePtr.getValueType() == MVT::i64; in LowerINTRINSIC_W_CHAIN() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 60 bool Is64; member in __anon2be31a260111::COFFDumper
|
H A D | MachODump.cpp | 7879 bool Is64 = Obj->is64Bit(); in printMachOCompactUnwindSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 1253 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 343 bool Is64 = isa<object::ELF64LEObjectFile>(Obj) || in handleCompressedSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3140 bool Is64 = X86MCRegisterClasses[X86::GR64RegClassID].contains(BaseReg) || in ParseMemOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3131 bool Is64 = Subtarget.isPPC64(); in expandPostRAPseudo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 101 bool Is64 = O.is64Bit(); in getSectionPtr() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 4534 constexpr bool Is64 = ELFT::Is64Bits; in printSectionDetails() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 11709 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; in EmitAArch64BuiltinExpr() local
|