Searched defs:RetVec (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1127 SmallVectorImpl<Instruction *> &RetVec, Value *StackTag) { in instrumentStack() 1202 SmallVector<Instruction*, 8> RetVec; in sanitizeFunction() local
|
D | AddressSanitizer.cpp | 886 SmallVector<Instruction *, 8> RetVec; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1020 SmallVectorImpl<Instruction *> &RetVec, Value *StackTag) { in instrumentStack() 1094 SmallVector<Instruction*, 8> RetVec; in sanitizeFunction() local
|
D | AddressSanitizer.cpp | 881 SmallVector<Instruction *, 8> RetVec; member
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 386 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local
|
D | AddressSanitizer.cpp | 610 SmallVector<Instruction *, 8> RetVec; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 525 SmallVector<Instruction *, 8> RetVec; in runOnFunction() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 551 SmallVector<Instruction *, 8> RetVec; in runOnFunction() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 3499 auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg); in lowerCall() local 3565 if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local 3577 if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local 3603 } else if (auto *RetVec = llvm::dyn_cast<VariableVecOn32>(ReturnReg)) { in lowerCall() local
|