Home
last modified time | relevance | path

Searched refs:getLLTTy (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.cpp166 assert(Res.getLLTTy(*getMRI()).isPointer() && "expected ptr dst type"); in buildDynStackAlloc()
176 assert(Res.getLLTTy(*getMRI()).isPointer() && "invalid operand type"); in buildFrameIndex()
185 assert(Res.getLLTTy(*getMRI()).isPointer() && "invalid operand type"); in buildGlobalValue()
186 assert(Res.getLLTTy(*getMRI()).getAddressSpace() == in buildGlobalValue()
217 assert(Res.getLLTTy(*getMRI()).isPointer() && in buildPtrAdd()
218 Res.getLLTTy(*getMRI()) == Op0.getLLTTy(*getMRI()) && "type mismatch"); in buildPtrAdd()
219 assert(Op1.getLLTTy(*getMRI()).isScalar() && "invalid offset type"); in buildPtrAdd()
243 assert(Res.getLLTTy(*getMRI()).isPointer() && in buildPtrMask()
244 Res.getLLTTy(*getMRI()) == Op0.getLLTTy(*getMRI()) && "type mismatch"); in buildPtrMask()
280 LLT Ty = Res.getLLTTy(*getMRI()); in buildConstant()
[all …]
DCSEMIRBuilder.cpp65 B.addNodeIDRegType(Op.getLLTTy(*getMRI())); in profileDstOp()
211 LLT Ty = Res.getLLTTy(*getMRI()); in buildConstant()
238 LLT Ty = Res.getLLTTy(*getMRI()); in buildFConstant()
DLegalizerHelper.cpp4433 const LLT Ty = Dst.getLLTTy(*B.getMRI()); in SwapN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h88 LLT getLLTTy(const MachineRegisterInfo &MRI) const { in getLLTTy() function
159 LLT getLLTTy(const MachineRegisterInfo &MRI) const { in getLLTTy() function
1342 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot()