HomeSort by relevance Sort by last modified time
    Searched defs:InstrDesc (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Latency.cpp 85 const auto &InstrDesc = State.getInstrInfo().get(Opcode);
86 if (auto E = isInfeasible(InstrDesc))
88 const Instruction Instr(InstrDesc, RATC);
BenchmarkRunner.cpp 39 const llvm::MCInstrDesc &InstrDesc = State.getInstrInfo().get(Opcode);
41 if (InstrDesc.isPseudo())
43 if (InstrDesc.isBranch() || InstrDesc.isIndirectBranch())
46 if (InstrDesc.isCall() || InstrDesc.isReturn())
Uops.cpp 136 const auto &InstrDesc = State.getInstrInfo().get(Opcode);
137 if (auto E = isInfeasible(InstrDesc))
139 const Instruction Instr(InstrDesc, RATC);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp 40 const auto &InstrDesc = InstrInfo.get(Opcode);
41 const unsigned FPInstClass = InstrDesc.TSFlags & llvm::X86II::FPTypeMask;
42 const Instruction Instr(InstrDesc, this->RATC);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 167 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode());
168 return InstrDesc.isTrap();
178 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode());
179 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo))
180 return InstrDesc.isConditionalBranch();
193 const auto &InstrDesc = MII->get(InstrMeta.Instruction.getOpcode());
195 if (InstrDesc.mayAffectControlFlow(InstrMeta.Instruction, *RegisterInfo)) {
196 if (InstrDesc.isConditionalBranch())
269 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode());
270 if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 239 /// Helper used by class InstrDesc to describe how hardware resources
255 struct InstrDesc {
282 const InstrDesc &Desc;
319 Instruction(const InstrDesc &D)
329 const InstrDesc &getDesc() const { return Desc; }
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 371 milliseconds