Home
last modified time | relevance | path

Searched defs:Is64 (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp228 static void auxSymMapping(IO &IO, XCOFFYAML::CsectAuxEnt &AuxSym, bool Is64) { in auxSymMapping()
248 static void auxSymMapping(IO &IO, XCOFFYAML::BlockAuxEnt &AuxSym, bool Is64) { in auxSymMapping()
258 bool Is64) { in auxSymMapping()
286 const bool Is64 = in mapping() local
H A DELFYAML.cpp1273 const bool Is64 = static_cast<ELFYAML::Object *>(Ctx)->Header.Class == in input() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp210 bool Is64 = TT.isPPC64(); in createObjectTargetWriter() local
225 bool Is64 = TT.isPPC64(); in createObjectTargetWriter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp271 static unsigned getLogicalBitOpcode(unsigned Opc, bool Is64) { in getLogicalBitOpcode()
293 bool Is64 = Size > 32 || (DstRB->getID() == AMDGPU::VCCRegBankID && in selectG_AND_OR_XOR() local
1381 const bool Is64 = Size == 64; in selectBallot() local
1908 const bool Is64 = MRI->getType(VDataOut).getSizeInBits() == 64; in selectImageIntrinsic() local
2745 const bool Is64 = STI.isWave64(); in selectG_BRCOND() local
2952 const bool Is64 = DstTy.getSizeInBits() == 64; in selectG_EXTRACT_VECTOR_ELT() local
H A DAMDGPURegisterBankInfo.cpp881 bool Is64 = OpSize % 64 == 0; in executeInWaterfallLoop() local
H A DAMDGPULegalizerInfo.cpp5423 const bool Is64 = MRI.getType(NodePtr).getSizeInBits() == 64; in legalizeBVHIntrinsic() local
H A DSIISelLowering.cpp7748 const bool Is64 = NodePtr.getValueType() == MVT::i64; in LowerINTRINSIC_W_CHAIN() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp225 bool Is64 = TT.isPPC64(); in createObjectTargetWriter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h103 bool Is64 = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp238 static unsigned getLogicalBitOpcode(unsigned Opc, bool Is64) { in getLogicalBitOpcode()
1724 const bool Is64 = DstTy.getSizeInBits() == 64; in selectG_EXTRACT_VECTOR_ELT() local
H A DAMDGPURegisterBankInfo.cpp888 bool Is64 = OpSize % 64 == 0; in executeInWaterfallLoop() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1132 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1253 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/
H A DDWP.cpp293 bool Is64 = isa<object::ELF64LEObjectFile>(Obj) || in handleCompressedSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1250 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1771 bool Is64 = ELFT::Is64Bits; in printDynamicTable() local
2506 static inline void printRelocHeader(raw_ostream &OS, bool Is64, bool IsRela) { in printRelocHeader()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceRegistersX8632.h270 unsigned Is64 : 1; in initRegisterSet() member
H A DIceRegistersX8664.h259 unsigned Is64 : 1; in initRegisterSet() member
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp80 bool Is64 = O->is64Bit(); in getSectionPtr() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp5083 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; in EmitAArch64BuiltinExpr() local
5098 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; in EmitAArch64BuiltinExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp98 bool Is64 = O.is64Bit(); in getSectionPtr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp101 bool Is64 = O.is64Bit(); in getSectionPtr() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7066 bool Is64 = Obj->is64Bit(); in printMachOCompactUnwindSection() local