Home
last modified time | relevance | path

Searched refs:RetVec (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp170 SmallVectorImpl<Instruction *> &RetVec);
630 SmallVectorImpl<Instruction *> &RetVec) { in instrumentStack() argument
662 for (auto RI : RetVec) { in instrumentStack()
707 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local
724 RetVec.push_back(&Inst); in runOnFunction()
738 Changed |= instrumentStack(AllocasToInstrument, RetVec); in runOnFunction()
DAddressSanitizer.cpp831 SmallVector<Instruction *, 8> RetVec; member
911 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); } in visitReturnInst()
914 void visitResumeInst(ResumeInst &RI) { RetVec.push_back(&RI); } in visitResumeInst()
917 void visitCleanupReturnInst(CleanupReturnInst &CRI) { RetVec.push_back(&CRI); } in visitCleanupReturnInst()
944 for (auto &Ret : RetVec) in unpoisonDynamicAllocas()
1031 for (auto Ret : RetVec) { in doesDominateAllExits()
3038 for (auto Ret : RetVec) { in processStaticAllocas()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp386 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local
406 RetVec.push_back(&Inst); in runOnFunction()
449 for (auto RetInst : RetVec) { in runOnFunction()
DAddressSanitizer.cpp610 SmallVector<Instruction *, 8> RetVec; member
677 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); } in visitReturnInst()
704 for (auto &Ret : RetVec) in unpoisonDynamicAllocas()
780 for (auto Ret : RetVec) { in doesDominateAllExits()
2193 for (auto Ret : RetVec) { in poisonStack()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp3514 auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg); in lowerCall() local
3515 RetVec->initVecElement(Func); in lowerCall()
3516 for (SizeT i = 0; i < RetVec->ContainersPerVector; ++i) { in lowerCall()
3517 auto *Var = RetVec->getContainers()[i]; in lowerCall()
3580 if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local
3581 for (Variable *Var : RetVec->getContainers()) { in lowerCall()
3592 if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local
3593 for (Variable *Var : RetVec->getContainers()) { in lowerCall()
3618 } else if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local
3621 _mov(DestVecOn32->getContainers()[i], RetVec->getContainers()[i]); in lowerCall()