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

  /external/llvm/include/llvm/Support/
PatternMatch.h 53 template<typename OpTy>
54 bool match(OpTy *V) {
380 template<typename OpTy>
381 bool match(OpTy *V) {
511 template<typename OpTy>
512 bool match(OpTy *V) {
555 template<typename OpTy>
556 bool match(OpTy *V) {
579 template<typename OpTy>
580 bool match(OpTy *V)
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 53 Type *OpTy) const {
54 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
250 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const {
260 assert(OpTy && "Cast instructions must provide the operand type");
261 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
271 if (DL && DL->isLegalInteger(OpTy->getScalarSizeInBits()) &&
272 OpTy->getScalarSizeInBits() <= DL->getPointerSizeInBits())
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 112 Type *OpTy = 0) const;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp 492 EVT OpTy = N->getOperand(1).getValueType();
495 Mask = PromoteTargetBoolean(Mask, getSetCCResultType(OpTy));
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1191 milliseconds