Home
last modified time | relevance | path

Searched refs:hasAddr64 (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h75 bool hasAddr64() const { return TargetTriple.isArch64Bit(); } in hasAddr64() function
DWebAssemblyInstrInfo.td19 def HasAddr32 : Predicate<"!Subtarget->hasAddr64()">;
20 def HasAddr64 : Predicate<"Subtarget->hasAddr64()">;
DWebAssemblyFastISel.cpp328 Reg = createResultReg(Subtarget->hasAddr64() ? in materializeLoadStoreOperands()
331 unsigned Opc = Subtarget->hasAddr64() ? in materializeLoadStoreOperands()
528 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ? in fastMaterializeAlloca()
531 unsigned Opc = Subtarget->hasAddr64() ? in fastMaterializeAlloca()
544 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ? in fastMaterializeConstant()
547 unsigned Opc = Subtarget->hasAddr64() ? in fastMaterializeConstant()
DWebAssemblyRegisterInfo.cpp139 if (MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) in getPointerRegClass()
DWebAssemblyISelLowering.cpp40 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32; in WebAssemblyTargetLowering()
51 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32); in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp47 MF.getSubtarget<WebAssemblySubtarget>().hasAddr64() ? in GetGlobalAddressSymbol()
92 uint8_t(Subtarget.hasAddr64() ? wasm::WASM_TYPE_I64 in GetExternalSymbolSymbol()
DWebAssemblySubtarget.h79 bool hasAddr64() const { return TargetTriple.isArch64Bit(); } in hasAddr64() function
DWebAssemblyFastISel.cpp377 Reg = createResultReg(Subtarget->hasAddr64() ? in materializeLoadStoreOperands()
380 unsigned Opc = Subtarget->hasAddr64() ? in materializeLoadStoreOperands()
593 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ? in fastMaterializeAlloca()
596 unsigned Opc = Subtarget->hasAddr64() ? in fastMaterializeAlloca()
609 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ? in fastMaterializeConstant()
612 unsigned Opc = Subtarget->hasAddr64() ? in fastMaterializeConstant()
DWebAssemblyRegisterInfo.cpp145 if (MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) in getPointerRegClass()
DWebAssemblyInstrInfo.td19 def HasAddr32 : Predicate<"!Subtarget->hasAddr64()">;
20 def HasAddr64 : Predicate<"Subtarget->hasAddr64()">;
DWebAssemblyISelLowering.cpp41 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32; in WebAssemblyTargetLowering()
52 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32); in WebAssemblyTargetLowering()
DWebAssemblyRuntimeLibcallSignatures.cpp498 Subtarget.hasAddr64() ? wasm::ValType::I64 : wasm::ValType::I32; in GetSignature()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h166 bool hasAddr64() const { in hasAddr64() function
DAMDGPUISelDAGToDAG.cpp1377 if (Subtarget->hasAddr64()) { in SelectATOMIC_CMP_SWAP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h472 bool hasAddr64() const { in hasAddr64() function
DAMDGPUSubtarget.cpp102 if (!hasAddr64() && !FS.contains("flat-for-global")) { in initializeSubtargetDependencies()
DAMDGPUISelDAGToDAG.cpp1781 if (Subtarget->hasAddr64()) { in SelectATOMIC_CMP_SWAP()
DSIISelLowering.cpp886 if (!Subtarget->hasAddr64() || Subtarget->useFlatForGlobal()) { in isLegalGlobalAddressingMode()