Home
last modified time | relevance | path

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

/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/llvm/tools/llvm-stress/
Dllvm-stress.cpp576 Type *CondTy = Type::getInt1Ty(Context); in Act() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp130 Type *CondTy = SI.getCondition()->getType(); in FoldSelectOpOp() local
/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/Target/X86/
DX86TargetTransformInfo.cpp877 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
DX86FastISel.cpp2703 Type *CondTy = Ty->getTypeAtIndex(1); in fastLowerIntrinsicCall() 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
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2472 Ice::Type CondTy = Context->getSimpleTypeByID(Values[0]); in ProcessRecord() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5901 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local