Home
last modified time | relevance | path

Searched defs:CondTy (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1689 Type *CondTy = RetTy->getWithNewBitWidth(1); getIntrinsicInstrCost() local
2030 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2047 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2060 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2082 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2212 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp272 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp625 Type *CondTy = Type::getInt1Ty(Context); in Act() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp658 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp961 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1063 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h635 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
1284 Type *CondTy = Operands[0]->getType(); getInstructionCost() local
H A DTargetTransformInfo.h2621 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3746 const LLT CondTy = MRI.getType(CarryOut); lower() local
3780 const LLT CondTy = MRI.getType(BorrowOut); lower() local
5058 const LLT CondTy = LLT::scalar(1); narrowScalarShift() local
5892 LLT CondTy = MRI.getType(CondReg); narrowScalarSelect() local
6996 const LLT CondTy = Ty.changeElementSize(1); lowerIntrinsicRound() local
7029 const LLT CondTy = Ty.changeElementSize(1); lowerFFloor() local
[all...]
H A DCombinerHelper.cpp6357 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldSelectOfConstants() local
6486 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldBoolSelectToLogic() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp918 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp880 Type *CondTy = SelectCond->getType(); simplifyDivRemOfSelectWithZeroOp() local
H A DInstCombineCasts.cpp2360 Type *CondTy = Cond->getType(); foldBitCastSelect() local
H A DInstCombineSelect.cpp278 Type *CondTy = Cond->getType(); foldSelectOpOp() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2945 llvm::Type *CondTy = Cond->getType(); emitCondLikelihoodViaExpectIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp971 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) const getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1359 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); verifyPreISelGenericInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6851 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); ReduceSwitchRange() local
6940 auto *CondTy = cast<IntegerType>(Condition->getType()); simplifySwitchOfPowersOfTwo() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8733 QualType CondTy = Cond->getType(); checkCondition() local
9047 OpenCLConvertScalarsToVectors(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType CondTy,SourceLocation QuestionLoc) OpenCLConvertScalarsToVectors() argument
9084 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); checkOpenCLConditionVector() local
9100 checkVectorResult(Sema & S,QualType CondTy,QualType VecResTy,SourceLocation QuestionLoc) checkVectorResult() argument
9134 QualType CondTy = Cond.get()->getType(); OpenCLCheckVectorConditional() local
[all...]
H A DSemaExprCXX.cpp6380 isValidVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidVectorForConditionalCondition() argument
6390 isValidSizelessVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidSizelessVectorForConditionalCondition() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2966 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3071 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7051 Type *CondTy = SI->getCondition()->getType(); getInstructionCost() local