/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1736 Type *CondTy = RetTy->getWithNewBitWidth(1); getIntrinsicInstrCost() local 2103 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2120 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2133 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2155 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2285 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 259 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 625 Type *CondTy = Type::getInt1Ty(Context); Act() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 659 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 963 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 656 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument 1318 Type *CondTy = Operands[0]->getType(); getInstructionCost() local
|
H A D | TargetTransformInfo.h | 2692 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3858 const LLT CondTy = MRI.getType(CarryOut); lower() local 3897 const LLT CondTy = MRI.getType(BorrowOut); lower() local 5222 const LLT CondTy = LLT::scalar(1); narrowScalarShift() local 5548 LLT CondTy = LLT::fixed_vector( moreElementsVector() local 6162 LLT CondTy = MRI.getType(CondReg); narrowScalarSelect() local 7282 const LLT CondTy = Ty.changeElementSize(1); lowerIntrinsicRound() local 7315 const LLT CondTy = Ty.changeElementSize(1); lowerFFloor() local [all...] |
H A D | CombinerHelper.cpp | 6631 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldSelectOfConstants() local 6763 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldBoolSelectToLogic() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1386 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 922 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5698 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); eliminateDeadSwitchCases() local 6954 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); ReduceSwitchRange() local 7043 auto *CondTy = cast<IntegerType>(Condition->getType()); simplifySwitchOfPowersOfTwo() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1011 Type *CondTy = SelectCond->getType(); simplifyDivRemOfSelectWithZeroOp() local
|
H A D | InstCombineCasts.cpp | 2448 Type *CondTy = Cond->getType(); foldBitCastSelect() local
|
H A D | InstCombineSelect.cpp | 285 Type *CondTy = Cond->getType(); foldSelectOpOp() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 3023 llvm::Type *CondTy = Cond->getType(); emitCondLikelihoodViaExpectIntrinsic() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1012 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) const getCmpSelInstrCost() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1377 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); verifyPreISelGenericInstruction() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7847 QualType CondTy = Cond->getType(); checkCondition() local 8161 OpenCLConvertScalarsToVectors(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType CondTy,SourceLocation QuestionLoc) OpenCLConvertScalarsToVectors() argument 8198 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); checkOpenCLConditionVector() local 8214 checkVectorResult(Sema & S,QualType CondTy,QualType VecResTy,SourceLocation QuestionLoc) checkVectorResult() argument 8248 QualType CondTy = Cond.get()->getType(); OpenCLCheckVectorConditional() local [all...] |
H A D | SemaExprCXX.cpp | 6555 isValidVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidVectorForConditionalCondition() argument 6565 isValidSizelessVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidSizelessVectorForConditionalCondition() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3208 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3162 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6894 Type *CondTy = SI->getCondition()->getType(); getInstructionCost() local
|