Home
last modified time | relevance | path

Searched refs:vt_begin (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp120 assert(RC->vt_end() - RC->vt_begin() == 1); in getRegTy()
121 return *RC->vt_begin(); in getRegTy()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h113 vt_iterator vt_begin() const { in vt_begin() function
/external/llvm/lib/CodeGen/
DMachineLICM.cpp787 MVT VT = *RC->vt_begin(); in getRegisterClassIDAndCost()
DTargetLoweringBase.cpp917 for (TargetRegisterClass::vt_iterator I = RC->vt_begin(), E = RC->vt_end(); in isLegalRC()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6136 MVT RegVT = *PhysReg.second->vt_begin(); in GetRegistersForValue()
6164 ValueVT = *RC->vt_begin(); in GetRegistersForValue()
6169 RegVT = *RC->vt_begin(); in GetRegistersForValue()
6195 RegVT = *RC->vt_begin(); in GetRegistersForValue()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4743 EVT VT = *RC->vt_begin(); in unfoldMemoryOperand()
4769 VTs.push_back(*DstRC->vt_begin()); in unfoldMemoryOperand()