HomeSort by relevance Sort by last modified time
    Searched refs:legalclasstypes_begin (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 142 assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1);
143 return *TRI.legalclasstypes_begin(*RC);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 332 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I)
340 vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const { function in class:llvm::TargetRegisterInfo
345 vt_iterator I = legalclasstypes_begin(RC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 507 milliseconds