Home
last modified time | relevance | path

Searched refs:CmpType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp742 Type *CmpType = Cmp->getType(); in computeValueKnownInPredecessorsImpl() local
790 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in computeValueKnownInPredecessorsImpl()
834 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()
836 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1273 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in instCombineIntrinsic() local
1275 unsigned Width = CmpType->getBitWidth(); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td363 ValueType CmpType, PatFrag CmpPred> {
364 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
367 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8151 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local
8153 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1); in lowerMinMax()