HomeSort by relevance Sort by last modified time
    Searched refs:CondTy (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 97 Type *CondTy) const;
193 Type *CondTy) const {
194 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 104 Type *CondTy) const;
362 Type *CondTy) const {
369 assert(CondTy && "CondTy must exist");
370 if (CondTy->isVectorTy())
385 if (CondTy)
386 CondTy = CondTy->getScalarType();
388 CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 324 Type *CondTy = 0) const;
  /external/llvm/lib/Analysis/
CostModel.cpp 150 Type *CondTy = SI->getCondition()->getType();
151 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
TargetTransformInfo.cpp 186 Type *CondTy) const {
187 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
544 Type *CondTy = 0) const {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 96 Type *CondTy) const;
460 Type *CondTy) const {
516 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 123 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const;
397 Type *CondTy) const {
412 EVT SelCondTy = TLI->getValueType(CondTy);
427 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 567 Type *CondTy = Type::getInt1Ty(Context);
573 CondTy = VectorType::get(CondTy, NumElem);
576 Value *Cond = getRandomValue(CondTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 135 Type *CondTy = SI.getCondition()->getType();
136 if (CondTy->isVectorTy() && (!FIOpndTy->isVectorTy() ||
137 CondTy->getVectorNumElements() != FIOpndTy->getVectorNumElements()))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1380 milliseconds