Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h225 bool bitsEq(EVT VT) const { in bitsEq() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp299 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()
345 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST()
DLegalizeVectorTypes.cpp3477 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3505 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
DDAGCombiner.cpp8496 if (VT.bitsEq(CondVT)) in foldSelectOfConstants()
15566 bool NoTypeMatch = (MemVT.isInteger()) ? !MemVT.bitsEq(Other->getMemoryVT()) in getStoreMergeCandidates()
15602 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
18632 if (!NVT.bitsEq(SmallVT)) in visitEXTRACT_SUBVECTOR()
DLegalizeDAG.cpp3056 assert(NewVT.bitsEq(VT)); in ExpandNode()
DSelectionDAG.cpp1131 assert(!VT.bitsEq(Op.getValueType()) && in getStrictFPExtendOrRound()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp803 assert(VT.getVectorElementType().bitsEq(MVT::i32)); in Select()
DSIISelLowering.cpp4234 if (VT.bitsEq(CCVT)) in lowerICMPIntrinsic()
4266 if (VT.bitsEq(CCVT)) in lowerFCMPIntrinsic()