Searched refs:SwiftErrorVal (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp128 for (const auto *SwiftErrorVal : SwiftErrorVals) {
131 if (SwiftErrorArg && SwiftErrorArg == SwiftErrorVal)
139 setCurrentVReg(MBB, SwiftErrorVal, VReg);
160 for (const auto *SwiftErrorVal : SwiftErrorVals) {
161 auto Key = std::make_pair(MBB, SwiftErrorVal);
187 Pred, getOrCreateVReg(Pred, SwiftErrorVal)));
217 setCurrentVReg(MBB, SwiftErrorVal, VRegs[0].second);
221 auto DLoc = isa<Instruction>(SwiftErrorVal)
222 ? cast<Instruction>(SwiftErrorVal)->getDebugLoc()
254 setCurrentVReg(MBB, SwiftErrorVal, PHIVRe
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp498 void verifySwiftErrorCall(CallBase &Call, const Value *SwiftErrorVal);
499 void verifySwiftErrorValue(const Value *SwiftErrorVal);
3459 /// Check that SwiftErrorVal is used as a swifterror argument in CS.
3461 const Value *SwiftErrorVal) {
3464 if (*I == SwiftErrorVal) {
3468 SwiftErrorVal, Call);
3473 void Verifier::verifySwiftErrorValue(const Value *SwiftErrorVal) { argument
3476 for (const User *U : SwiftErrorVal->users()) {
3481 SwiftErrorVal, U); local
3484 Assert(StoreI->getOperand(1) == SwiftErrorVal,
3460 verifySwiftErrorCall(CallBase &Call, const Value *SwiftErrorVal) argument
3488 verifySwiftErrorCall(*const_cast<CallBase *>(Call), SwiftErrorVal); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7159 const Value *SwiftErrorVal = nullptr; local
7194 SwiftErrorVal = V;
7229 if (TLI.supportSwiftError() && SwiftErrorVal)
7249 if (SwiftErrorVal && TLI.supportSwiftError()) {
7253 CS.getInstruction(), FuncInfo.MBB, SwiftErrorVal);

Completed in 310 milliseconds