Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDValueTypes.h171 bool bitsEq(EVT VT) const { in bitsEq() function
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeIntegerTypes.cpp251 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()
260 if (NOutVT.bitsEq(NInVT)) { in PromoteIntRes_BITCAST()
298 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
HDLegalizeVectorTypes.cpp2333 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
2348 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
HDLegalizeDAG.cpp3212 assert(NewVT.bitsEq(VT)); in ExpandNode()
HDDAGCombiner.cpp12370 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp307 assert(EltVT.bitsEq(MVT::i32)); in Select()