/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1736 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local 2121 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2138 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2151 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2173 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2303 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 259 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 625 Type *CondTy = Type::getInt1Ty(Context); in Act() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 659 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 963 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 658 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() 1327 Type *CondTy = Operands[0]->getType(); in getInstructionCost() local
|
H A D | TargetTransformInfo.h | 2717 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3929 const LLT CondTy = MRI.getType(CarryOut); in lower() local 3968 const LLT CondTy = MRI.getType(BorrowOut); in lower() local 5304 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local 5630 LLT CondTy = LLT::fixed_vector( in moreElementsVector() local 6244 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local 7394 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local 7427 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor() local
|
H A D | CombinerHelper.cpp | 6687 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local 6819 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1407 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5703 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); in eliminateDeadSwitchCases() local 6959 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in ReduceSwitchRange() local 7048 auto *CondTy = cast<IntegerType>(Condition->getType()); in simplifySwitchOfPowersOfTwo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 922 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1017 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
|
H A D | InstCombineCasts.cpp | 2450 Type *CondTy = Cond->getType(); in foldBitCastSelect() local
|
H A D | InstCombineSelect.cpp | 285 Type *CondTy = Cond->getType(); in foldSelectOpOp() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 3041 llvm::Type *CondTy = Cond->getType(); in emitCondLikelihoodViaExpectIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1408 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1016 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7882 QualType CondTy = Cond->getType(); in checkCondition() local 8196 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors() 8233 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local 8249 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() 8283 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
|
H A D | SemaExprCXX.cpp | 6628 QualType CondTy) { in isValidVectorForConditionalCondition() 6638 QualType CondTy) { in isValidSizelessVectorForConditionalCondition()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3162 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3230 Type *CondTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6536 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
|