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

  /external/llvm/include/llvm/IR/
PatternMatch.h 53 template<typename OpTy>
54 bool match(OpTy *V) {
380 template<typename OpTy>
381 bool match(OpTy *V) {
508 template<typename OpTy>
509 bool match(OpTy *V) {
601 template<typename OpTy>
602 bool match(OpTy *V) {
645 template<typename OpTy>
646 bool match(OpTy *V)
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 44 Type *OpTy) const {
45 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
267 Type *OpTy) const override {
277 assert(OpTy && "Cast instructions must provide the operand type");
278 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
291 unsigned OpSize = OpTy->getScalarSizeInBits();
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
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 108 Type *OpTy = nullptr) const;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp 520 EVT OpTy = N->getOperand(1).getValueType();
523 Mask = PromoteTargetBoolean(Mask, 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 1641 milliseconds