Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h194 bool bitsEq(EVT VT) const { in bitsEq() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h530 bool bitsEq(EVT VT) const { in bitsEq() function
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp2230 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()
2253 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()
2270 if (!N1VT.bitsEq(ShiftVT)) { in LowerI8Math()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1603 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
1617 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp220 if (NOutVT.bitsEq(NInVT)) in PromoteIntRes_BITCAST()
254 if (OutVT.bitsEq(NInVT)) in PromoteIntRes_BITCAST()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp294 assert(EltVT.bitsEq(MVT::i32)); in Select()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2557 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
2572 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp261 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()
304 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
DLegalizeDAG.cpp3018 assert(NewVT.bitsEq(VT)); in ExpandNode()
DDAGCombiner.cpp13223 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()