HomeSort by relevance Sort by last modified time
    Searched refs:hasAddr64 (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h 75 bool hasAddr64() const { return TargetTriple.isArch64Bit(); }
WebAssemblyRegisterInfo.cpp 139 if (MF.getSubtarget<WebAssemblySubtarget>().hasAddr64())
WebAssemblyFastISel.cpp 328 Reg = createResultReg(Subtarget->hasAddr64() ?
331 unsigned Opc = Subtarget->hasAddr64() ?
528 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ?
531 unsigned Opc = Subtarget->hasAddr64() ?
544 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ?
547 unsigned Opc = Subtarget->hasAddr64() ?
    [all...]
WebAssemblyISelLowering.cpp 40 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32;
51 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h 79 bool hasAddr64() const { return TargetTriple.isArch64Bit(); }
WebAssemblyMCInstLower.cpp 47 MF.getSubtarget<WebAssemblySubtarget>().hasAddr64() ?
92 uint8_t(Subtarget.hasAddr64() ? wasm::WASM_TYPE_I64
WebAssemblyRegisterInfo.cpp 145 if (MF.getSubtarget<WebAssemblySubtarget>().hasAddr64())
WebAssemblyFastISel.cpp 377 Reg = createResultReg(Subtarget->hasAddr64() ?
380 unsigned Opc = Subtarget->hasAddr64() ?
593 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ?
596 unsigned Opc = Subtarget->hasAddr64() ?
609 unsigned ResultReg = createResultReg(Subtarget->hasAddr64() ?
612 unsigned Opc = Subtarget->hasAddr64() ?
    [all...]
WebAssemblyISelLowering.cpp 41 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32;
52 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32);
    [all...]
WebAssemblyRuntimeLibcallSignatures.cpp 498 Subtarget.hasAddr64() ? wasm::ValType::I64 : wasm::ValType::I32;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 166 bool hasAddr64() const {
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 472 bool hasAddr64() const {
AMDGPUSubtarget.cpp 102 if (!hasAddr64() && !FS.contains("flat-for-global")) {
AMDGPUISelDAGToDAG.cpp     [all...]
SIISelLowering.cpp     [all...]

Completed in 5089 milliseconds