Home
last modified time | relevance | path

Searched refs:AddrTy (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp741 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchgWithSuccess() local
746 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
768 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchg() local
772 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()
794 LLT AddrTy = Addr.getLLTTy(*getMRI()); in buildAtomicRMW() local
797 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.h1011 void emitRex(const Type AddrTy, const AsmAddress &Addr, const Type TyReg, in emitRex() argument
1013 assembleAndEmitRex(TyReg, Reg, AddrTy, RexRegIrrelevant, &Addr); in emitRex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4710 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local
4711 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()
4713 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()
4714 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2095 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
2103 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()