Home
last modified time | relevance | path

Searched defs:InstructionsProcessed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp624 SmallPtrSet<Value *, 16> InstructionsProcessed; in vectorizeInstructions() local
664 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) { in vectorizeStoreChain()
819 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) { in vectorizeLoadChain()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp900 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
941 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain()
1092 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeLoadChain()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp959 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
1000 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain()
1166 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeLoadChain()
/aosp_15_r20/external/llvm/tools/llvm-mc-fuzzer/
H A Dllvm-mc-fuzzer.cpp76 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local