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

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 93 bool LegalTypes;
481 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {
497 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy)
504 if (!LegalTypes) return true;
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 121 bool LegalTypes = false;
591 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes);
597 if (!LegalTypes) return true;
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 64 bool LegalTypes;
283 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
293 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
299 if (!LegalTypes) return true;
644 TargetLowering::TargetLoweringOpt TLO(DAG, LegalTypes, LegalOperations);
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 696 bool LegalTypes) const {
700 return LegalTypes ? getScalarShiftAmountTy(DL, LHSTy)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 76 const std::vector<MVT::SimpleValueType> &LegalTypes =
79 for (unsigned i = 0, e = LegalTypes.size(); i != e; ++i)
80 if (Pred == 0 || Pred(LegalTypes[i]))
81 TypeVec.push_back(LegalTypes[i]);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 258 bool LegalTypes = true) const;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 82 ArrayRef<MVT::SimpleValueType> LegalTypes =
88 for (MVT::SimpleValueType VT : LegalTypes)
    [all...]

Completed in 355 milliseconds