Searched refs:VAStartInst (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstVisitor.h219 RetTy visitVAStartInst(VAStartInst &I) { DELEGATE(IntrinsicInst); }
275 case Intrinsic::vastart: DELEGATE(VAStartInst);
H A DIntrinsicInst.h297 class VAStartInst : public IntrinsicInst { class in namespace:llvm
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp591 virtual void visitVAStartInst(VAStartInst &I) = 0;
1918 void visitVAStartInst(VAStartInst &I) {
2963 void visitVAStartInst(VAStartInst &I) override {
3090 void visitVAStartInst(VAStartInst &I) override {
3245 void visitVAStartInst(VAStartInst &I) override {
3493 void visitVAStartInst(VAStartInst &I) override {
3551 void visitVAStartInst(VAStartInst &I) override {}
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h333 Instruction *visitVAStartInst(VAStartInst &I);
H A DInstCombineCalls.cpp1230 Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) {

Completed in 1497 milliseconds