Home
last modified time | relevance | path

Searched refs:vt_begin (Results 1 – 5 of 5) 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.h130 vt_iterator vt_begin() const { in vt_begin() function
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1083 for (TargetRegisterClass::vt_iterator I = RC->vt_begin(), E = RC->vt_end(); in isLegalRC()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6029 MVT RegVT = *PhysReg.second->vt_begin(); in GetRegistersForValue()
6057 ValueVT = *RC->vt_begin(); in GetRegistersForValue()
6062 RegVT = *RC->vt_begin(); in GetRegistersForValue()
6088 RegVT = *RC->vt_begin(); in GetRegistersForValue()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6319 EVT VT = *RC->vt_begin(); in unfoldMemoryOperand()
6347 VTs.push_back(*DstRC->vt_begin()); in unfoldMemoryOperand()