Home
last modified time | relevance | path

Searched refs:bitsGE (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h206 bool bitsGE(EVT VT) const { in bitsGE() function
DMachineValueType.h537 bool bitsGE(MVT VT) const { in bitsGE() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h542 bool bitsGE(EVT VT) const { in bitsGE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp525 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
DLegalizeFloatTypes.cpp721 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
903 if (NVT.bitsGE(RVT)) in SoftenFloatOp_FP_TO_XINT()
DLegalizeDAG.cpp366 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp4391 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp550 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp14261 if (XType.bitsGE(AType)) { in SimplifySelectCC()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp554 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
DLegalizeDAG.cpp687 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp3490 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp473 PartVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp7526 if (XType.bitsGE(AType)) { in SimplifySelectCC()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1407 ValueVT.bitsGE(MVT::i32)) { in LowerSTORE()