Home
last modified time | relevance | path

Searched refs:legalclasstypes_begin (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp140 assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1); in getRegTy()
141 return *TRI.legalclasstypes_begin(*RC); in getRegTy()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp140 assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1); in getRegTy()
141 return *TRI.legalclasstypes_begin(*RC); in getRegTy()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h289 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isTypeLegalForClass()
297 vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const { in legalclasstypes_begin() function
302 vt_iterator I = legalclasstypes_begin(RC); in legalclasstypes_end()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h295 for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isTypeLegalForClass()
303 vt_iterator legalclasstypes_begin(const TargetRegisterClass &RC) const { in legalclasstypes_begin() function
308 vt_iterator I = legalclasstypes_begin(RC); in legalclasstypes_end()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp988 for (auto I = TRI.legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isLegalRC()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1128 for (auto I = TRI.legalclasstypes_begin(RC); *I != MVT::Other; ++I) in isLegalRC()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp6391 EVT VT = *TRI.legalclasstypes_begin(*RC); in unfoldMemoryOperand()
6421 VTs.push_back(*TRI.legalclasstypes_begin(*DstRC)); in unfoldMemoryOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5635 EVT VT = *TRI.legalclasstypes_begin(*RC); in unfoldMemoryOperand()
5665 VTs.push_back(*TRI.legalclasstypes_begin(*DstRC)); in unfoldMemoryOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7970 const MVT RegVT = *TRI.legalclasstypes_begin(*RC); in GetRegistersForValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8008 const MVT RegVT = *TRI.legalclasstypes_begin(*RC); in GetRegistersForValue()