Home
last modified time | relevance | path

Searched defs:Stages (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DPipeline.h58 llvm::SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSubtargetInfo.h34 const InstrStage *Stages; // Instruction stages variable
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h43 const InstrStage *Stages; // Instruction itinerary stages variable
DMCInstrItineraries.h112 const InstrStage *Stages; ///< Array of stages selected variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h49 const InstrStage *Stages; // Instruction itinerary stages variable
DMCInstrItineraries.h111 const InstrStage *Stages = nullptr; ///< Array of stages selected variable
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp644 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
657 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp684 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
697 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31821 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction() local
32177 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineBasicSADPattern() local