/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | XCOFFYAML.cpp | 228 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 D | ELFYAML.cpp | 1273 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 D | PPCAsmBackend.cpp | 210 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 D | AMDGPUInstructionSelector.cpp | 271 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 D | AMDGPURegisterBankInfo.cpp | 881 bool Is64 = OpSize % 64 == 0; in executeInWaterfallLoop() local
|
H A D | AMDGPULegalizerInfo.cpp | 5423 const bool Is64 = MRI.getType(NodePtr).getSizeInBits() == 64; in legalizeBVHIntrinsic() local
|
H A D | SIISelLowering.cpp | 7748 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 D | PPCAsmBackend.cpp | 225 bool Is64 = TT.isPPC64(); in createObjectTargetWriter() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 214 bool HasRelocationAddend, bool Is64) in MipsELFObjectWriter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 103 bool Is64 = false; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 238 static unsigned getLogicalBitOpcode(unsigned Opc, bool Is64) { in getLogicalBitOpcode() 1724 const bool Is64 = DstTy.getSizeInBits() == 64; in selectG_EXTRACT_VECTOR_ELT() local
|
H A D | AMDGPURegisterBankInfo.cpp | 888 bool Is64 = OpSize % 64 == 0; in executeInWaterfallLoop() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 1132 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 1253 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/ |
H A D | DWP.cpp | 293 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 D | HexagonBitTracker.cpp | 1250 bool Is64 = DoubleRegsRegClass.contains(PReg); in getNextPhysReg() local
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1771 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 D | IceRegistersX8632.h | 270 unsigned Is64 : 1; in initRegisterSet() member
|
H A D | IceRegistersX8664.h | 259 unsigned Is64 : 1; in initRegisterSet() member
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 80 bool Is64 = O->is64Bit(); in getSectionPtr() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 5083 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 D | MachOObjectFile.cpp | 98 bool Is64 = O.is64Bit(); in getSectionPtr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 101 bool Is64 = O.is64Bit(); in getSectionPtr() local
|
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7066 bool Is64 = Obj->is64Bit(); in printMachOCompactUnwindSection() local
|