/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 206 bool bitsGE(EVT VT) const { in bitsGE() function
|
D | MachineValueType.h | 537 bool bitsGE(MVT VT) const { in bitsGE() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 237 bool bitsGE(EVT VT) const { in bitsGE() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 254 bool bitsGE(EVT VT) const { in bitsGE() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 868 bool bitsGE(MVT VT) const { in bitsGE() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 1049 bool bitsGE(MVT VT) const { in bitsGE() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 525 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
|
D | LegalizeFloatTypes.cpp | 721 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP() 903 if (NVT.bitsGE(RVT)) in SoftenFloatOp_FP_TO_XINT()
|
D | LegalizeDAG.cpp | 366 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 736 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP() 896 if (NVT.bitsGE(RVT)) in SoftenFloatOp_FP_TO_XINT()
|
D | LegalizeVectorOps.cpp | 735 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
|
D | LegalizeIntegerTypes.cpp | 499 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT() 1755 if (VT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()
|
D | SelectionDAG.cpp | 5986 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores() 8876 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat() 8900 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
|
D | LegalizeDAG.cpp | 405 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1535 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 764 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP() 934 if (NVT.bitsGE(RVT)) in SoftenFloatOp_FP_TO_XINT()
|
D | LegalizeIntegerTypes.cpp | 548 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT() 1982 if (VT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()
|
D | SelectionDAG.cpp | 6109 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores() 9077 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat() 9101 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
|
D | LegalizeDAG.cpp | 409 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1835 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1312 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
|
D | AMDGPUISelLowering.cpp | 2999 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1318 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
|
D | AMDGPUISelLowering.cpp | 2995 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1407 ValueVT.bitsGE(MVT::i32)) { in LowerSTORE()
|