Searched defs:InstructionsProcessed (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 624 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 D | LoadStoreVectorizer.cpp | 900 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 D | LoadStoreVectorizer.cpp | 959 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 D | llvm-mc-fuzzer.cpp | 76 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local
|