Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsOptimizePICCall.cpp120 assert(RC->vt_end() - RC->vt_begin() == 1); in getRegTy()
121 return *RC->vt_begin(); in getRegTy()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetRegisterInfo.h115 vt_iterator vt_begin() const { in vt_begin() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1100 for (TargetRegisterClass::vt_iterator I = RC->vt_begin(), E = RC->vt_end(); in isLegalRC()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp5803 MVT RegVT = *PhysReg.second->vt_begin(); in GetRegistersForValue()
5831 ValueVT = *RC->vt_begin(); in GetRegistersForValue()
5836 RegVT = *RC->vt_begin(); in GetRegistersForValue()
5862 RegVT = *RC->vt_begin(); in GetRegistersForValue()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.cpp5682 EVT VT = *RC->vt_begin(); in unfoldMemoryOperand()
5708 VTs.push_back(*DstRC->vt_begin()); in unfoldMemoryOperand()