Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp50 Register SwiftErrorValueTracking::getOrCreateVRegDefAt( in getOrCreateVRegDefAt() function in SwiftErrorValueTracking
285 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr); in preassignVRegs()
302 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr); in preassignVRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwiftErrorValueTracking.h88 Register getOrCreateVRegDefAt(const Instruction *, const MachineBasicBlock *,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp924 Register VReg = SwiftError.getOrCreateVRegDefAt(&SI, &MIRBuilder.getMBB(), in translateStore()
1576 SwiftError.getOrCreateVRegDefAt(&I, &MIRBuilder.getMBB(), Arg); in translateCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4181 SwiftError.getOrCreateVRegDefAt(&I, FuncInfo.MBB, I.getPointerOperand()); in visitStoreToSwiftError()
7252 Register VReg = SwiftError.getOrCreateVRegDefAt( in LowerCallTo()