Searched defs:CCVT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ComparisonCategories.cpp | 185 using CCVT = ComparisonCategoryResult; in getResultString() typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 3634 EVT CCVT = getSetCCResultType(CmpVT); in ExpandNode() local
|
| D | DAGCombiner.cpp | 4138 EVT CCVT = getSetCCResultType(VT); in visitSDIV() local 4201 EVT CCVT = getSetCCResultType(VT); in visitSDIVLike() local 4283 EVT CCVT = getSetCCResultType(VT); in visitUDIV() local 4383 EVT CCVT = getSetCCResultType(VT); in visitREM() local 5601 EVT CCVT = TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in combineShiftAnd1ToBitTest() local
|
| D | TargetLowering.cpp | 5991 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in getSqrtInputTest() local
|
| D | SelectionDAGBuilder.cpp | 7142 EVT CCVT = EVT::getVectorVT(I.getContext(), MVT::i1, VecWidth); in visitIntrinsicCall() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2074 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in LowerUDIVREM() local
|
| D | SIISelLowering.cpp | 4769 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic() local 4800 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 8022 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in getSqrtInputTest() local 15898 EVT CCVT = N0.getValueType(); in performVSelectCombine() local 15991 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 48246 EVT CCVT = VT.changeVectorElementType(MVT::i1); in combineToExtendBoolVectorInReg() local
|