Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h836 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
1164 Type *CondTy = RetTy->getWithNewBitWidth(1); variable
1338 Type *CondTy = RetTy->getWithNewBitWidth(1); variable
1358 Type *CondTy = RetTy->getWithNewBitWidth(1); variable
1656 unsigned getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwise, in getMinMaxReductionCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
/external/llvm/lib/Analysis/
DCostModel.cpp418 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp436 Type *CondTy) { in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp230 Type *CondTy, const Instruction *I) { in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp636 Type *CondTy, const Instruction *I) const { in getCmpSelInstrCost()
740 int TargetTransformInfo::getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost()
1202 Type *CondTy = SI->getCondition()->getType(); in getInstructionThroughput() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp599 Type *CondTy, const Instruction *I) { in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp750 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp447 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp576 Type *CondTy = Type::getInt1Ty(Context); in Act() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp808 Type *CondTy, const Instruction *I) { in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp535 int GCNTTIImpl::getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
DTargetTransformInfo.h917 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) override { in getCmpSelInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp130 Type *CondTy = SI.getCondition()->getType(); in FoldSelectOpOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1739 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
1772 int getMinMaxReductionCost(Type *Ty, Type *CondTy, in getMinMaxReductionCost()
DTargetTransformInfoImpl.h457 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1703 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
2759 int X86TTIImpl::getMinMaxReductionCost(Type *ValTy, Type *CondTy, in getMinMaxReductionCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp877 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2668 LLT CondTy = MRI.getType(CondReg); in fewerElementsVectorSelect() local
3199 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local
3684 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local
4142 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp611 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1160 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
/external/clang/lib/Sema/
DSemaExpr.cpp6157 QualType CondTy = Cond->getType(); in checkCondition() local
6485 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors()
6522 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local
6538 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult()
6572 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local

12