| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2055 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local 2633 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2716 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2738 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2780 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2797 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2840 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2851 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 258 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelperCasts.cpp | 211 LLT CondTy = MRI.getType(Select->getCondReg()); in matchCastOfSelect() local
|
| H A D | LegalizerHelper.cpp | 4585 const LLT CondTy = MRI.getType(CarryOut); in lower() local 4624 const LLT CondTy = MRI.getType(BorrowOut); in lower() local 5993 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local 6326 LLT CondTy = LLT::fixed_vector( in moreElementsVector() local 6934 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local 8315 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local 8348 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor() local
|
| H A D | CombinerHelper.cpp | 6979 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local 7128 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 942 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() 2003 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local 2104 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 615 Type *CondTy = Type::getInt1Ty(Context); in Act() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 660 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 775 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() 1502 Type *CondTy = Operands[0]->getType(); in getInstructionCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 1090 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 3314 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() 4768 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 2037 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 5852 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); in eliminateDeadSwitchCases() local 7139 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in reduceSwitchRange() local 7230 auto *CondTy = cast<IntegerType>(Condition->getType()); in simplifySwitchOfPowersOfTwo() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1125 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
|
| H A D | InstCombineCasts.cpp | 2517 Type *CondTy = Cond->getType(); in foldBitCastSelect() local
|
| H A D | InstCombineSelect.cpp | 258 Type *CondTy = Cond->getType(); in foldSelectOpOp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 869 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local 4275 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 3247 llvm::Type *CondTy = Cond->getType(); in emitCondLikelihoodViaExpectIntrinsic() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 5634 QualType CondTy) { in isValidVectorForConditionalCondition() 5644 QualType CondTy) { in isValidSizelessVectorForConditionalCondition()
|
| H A D | SemaExpr.cpp | 8041 QualType CondTy = Cond->getType(); in checkCondition() local 8362 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors() 8399 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local 8415 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() 8449 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1085 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 1469 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1743 Type *CondTy = Ctx.Types.inferScalarType(getOperand(0)); in computeCost() local
|
| H A D | LoopVectorize.cpp | 6220 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
|