Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp340 CallInst *NewSelector = in HandleURoRInvokes() local
343 NewSelector->setTailCall(II->isTailCall()); in HandleURoRInvokes()
344 NewSelector->setAttributes(II->getAttributes()); in HandleURoRInvokes()
345 NewSelector->setCallingConv(II->getCallingConv()); in HandleURoRInvokes()
347 II->replaceAllUsesWith(NewSelector); in HandleURoRInvokes()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp537 SmallVector<Value*, 16> NewSelector; in HandleCallsInBlockInlinedThroughInvoke() local
539 NewSelector.push_back(Inner->getArgOperand(i)); in HandleCallsInBlockInlinedThroughInvoke()
541 NewSelector.push_back(Outer->getArgOperand(i)); in HandleCallsInBlockInlinedThroughInvoke()
544 IRBuilder<>(Inner).CreateCall(Inner->getCalledValue(), NewSelector); in HandleCallsInBlockInlinedThroughInvoke()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1959 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst() local
1960 return SelectInst::Create(NewSelector, Op1, Op0, "blendv"); in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2944 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst() local
2945 return SelectInst::Create(NewSelector, Op1, Op0, "blendv"); in visitCallInst()