Searched refs:InstructionsProcessed (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 129 SmallPtrSet<Value *, 16> *InstructionsProcessed); 133 SmallPtrSet<Value *, 16> *InstructionsProcessed); 624 SmallPtrSet<Value *, 16> InstructionsProcessed; in vectorizeInstructions() local 627 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions() 632 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions() 644 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions() 653 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions() 655 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions() 664 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument 688 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 196 SmallPtrSet<Instruction *, 16> *InstructionsProcessed); 201 SmallPtrSet<Instruction *, 16> *InstructionsProcessed); 867 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local 870 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions() 875 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions() 887 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions() 896 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions() 898 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions() 908 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument 933 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-disassemble-fuzzer/ |
D | llvm-mc-disassemble-fuzzer.cpp | 61 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local 68 InstructionsProcessed ++; in DisassembleOneInput() 69 if (InsnLimit != 0 && InstructionsProcessed < InsnLimit) in DisassembleOneInput()
|
/external/llvm/tools/llvm-mc-fuzzer/ |
D | llvm-mc-fuzzer.cpp | 76 unsigned InstructionsProcessed = 0; in DisassembleOneInput() local 83 InstructionsProcessed ++; in DisassembleOneInput() 84 if (InsnLimit != 0 && InstructionsProcessed < InsnLimit) in DisassembleOneInput()
|