HomeSort by relevance Sort by last modified time
    Searched defs:IdxTy (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 114 LLT IdxTy = LLT::scalar(PtrTy.getSizeInBits());
116 setAction({G_GEP, 1, IdxTy}, Legal);
167 const LLT &IdxTy = Query.Types[2];
170 IdxTy.getSizeInBits() == 32;
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 247 IntegerType *IdxTy = IntegerType::get(NewTy->getContext(), 32);
248 Constant *IdxZero = ConstantInt::get(IdxTy, 0, false);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Evaluator.cpp 349 IntegerType *IdxTy = IntegerType::get(NewTy->getContext(), 32);
350 Constant *IdxZero = ConstantInt::get(IdxTy, 0, false);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 694 Type *IdxTy = (ElTy->isStructTy() ?
697 Ops.push_back(ConstantInt::get(IdxTy, *II));
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 199 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType());
200 Value *NullIdx = Constant::getNullValue(IdxTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 639 LLT IdxTy = getMRI()->getType(Idx);
641 assert(IdxTy.isScalar() && "invalid operand type");
659 LLT IdxTy = getMRI()->getType(Idx);
662 assert(IdxTy.isScalar() && "invalid operand type");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 284 Type *IdxTy =
287 Ops.push_back(ConstantInt::get(IdxTy, II));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 214 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType());
215 Value *NullIdx = Constant::getNullValue(IdxTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 136 Type *&IdxTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 728 MVT IdxTy = TLI.getVectorIdxTy(DAG.getDataLayout());
729 SDValue ZeroIdx = DAG.getConstant(0, dl, IdxTy);
    [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1337 milliseconds

1 2