HomeSort by relevance Sort by last modified time
    Searched refs:ElTy (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/tools/bugpoint/
ListReducer.h 28 template<typename ElTy>
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
45 std::vector<ElTy> &Kept,
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
53 std::vector<ElTy> empty;
101 std::vector<ElTy> ShuffledList(TheList);
121 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
122 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
164 std::vector<ElTy> EmptyList;
183 std::vector<ElTy> TestList(TheList)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 28 template<typename ElTy>
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
45 std::vector<ElTy> &Kept,
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
53 std::vector<ElTy> empty;
96 std::vector<ElTy> ShuffledList(TheList);
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
159 std::vector<ElTy> EmptyList;
177 std::vector<ElTy> TestList(TheList);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 210 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 375 Type *ElTy = PTy->getElementType();
393 if (ElTy->isSized()) {
394 const SCEV *ElSize = SE.getSizeOfExpr(ElTy);
430 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
446 ElTy = STy->getTypeAtIndex(ElIdx);
462 ElTy =
475 ElTy = STy->getTypeAtIndex(0u);
481 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
482 ElTy = ATy->getElementType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
ConstantFold.cpp 112 Type *ElTy = PTy->getElementType();
113 while (ElTy != DPTy->getElementType()) {
114 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
116 ElTy = STy->getElementType(0);
119 dyn_cast<SequentialType>(ElTy)) {
120 if (ElTy->isPointerTy()) break; // Can't index into pointers!
121 ElTy = STy->getElementType();
128 if (ElTy == DPTy->getElementType())
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 188 Type *ElTy = StructTy->getElementType(i);
189 if (!isDenselyPacked(ElTy, DL))
193 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 243 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType();
244 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 391 Type *ElTy = OriginalElTy;
411 if (ElTy->isSized()) {
412 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
447 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
463 ElTy = STy->getTypeAtIndex(ElIdx);
474 ElTy = STy->getTypeAtIndex(0u);
480 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
481 ElTy = ATy->getElementType();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
ConstantFold.cpp 115 Type *ElTy = PTy->getElementType();
116 while (ElTy != DPTy->getElementType()) {
117 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
119 ElTy = STy->getElementType(0);
122 dyn_cast<SequentialType>(ElTy)) {
123 if (ElTy->isPointerTy()) break; // Can't index into pointers!
124 ElTy = STy->getElementType();
131 if (ElTy == DPTy->getElementType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 689 Type *ElTy = V->getType();
694 Type *IdxTy = (ElTy->isStructTy() ?
699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 96 Type *ElTy = GV->getType()->getElementType();
97 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 106 Type *ElTy = GV->getValueType();
107 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 481 Type *ElTy = PTy->getElementType();
483 SE->getSizeOfExpr(SE->getEffectiveSCEVType(IV.getType()), ElTy);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 666 Type *ElTy = Cond->getType();
675 if (executeICMP_EQ(CondVal, CaseVal, ElTy).IntVal != 0) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/swiftshader/third_party/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...]

Completed in 1730 milliseconds

1 2