Searched defs:CCVT (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 185 using CCVT = ComparisonCategoryResult; in getResultString() typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3647 EVT CCVT = getSetCCResultType(CmpVT); in ExpandNode() local
|
H A D | DAGCombiner.cpp | 4117 EVT CCVT = getSetCCResultType(VT); in visitSDIV() local 4180 EVT CCVT = getSetCCResultType(VT); in visitSDIVLike() local 4262 EVT CCVT = getSetCCResultType(VT); in visitUDIV() local 4362 EVT CCVT = getSetCCResultType(VT); in visitREM() local 5571 EVT CCVT = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in combineShiftAnd1ToBitTest() local
|
H A D | TargetLowering.cpp | 5962 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in getSqrtInputTest() local
|
H A D | SelectionDAGBuilder.cpp | 7097 EVT CCVT = EVT::getVectorVT(I.getContext(), MVT::i1, VecWidth); in visitIntrinsicCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2019 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in LowerUDIVREM() local
|
H A D | SIISelLowering.cpp | 4702 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic() local 4733 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7693 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in getSqrtInputTest() local 15392 EVT CCVT = N0.getValueType(); in performVSelectCombine() local 15485 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 47922 EVT CCVT = VT.changeVectorElementType(MVT::i1); in combineToExtendBoolVectorInReg() local
|