HomeSort by relevance Sort by last modified time
    Searched defs:EnforceScalar (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 173 InCopy.EnforceScalar(TP);
280 /// EnforceScalar - Remove all vector types from this.
281 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) {
366 MadeChange |= Other.EnforceScalar(TP);
370 MadeChange |= EnforceScalar(TP);
490 MadeChange |= VTOperand.EnforceScalar(TP);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 166 InCopy.EnforceScalar(TP);
270 /// EnforceScalar - Remove all vector types from this.
271 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) {
344 MadeChange |= Other.EnforceScalar(TP);
346 MadeChange |= EnforceScalar(TP);
507 MadeChange |= VTOperand.EnforceScalar(TP);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 383 bool TypeInfer::EnforceScalar(TypeSetByHwMode &Out) {
556 Changed |= EnforceScalar(Elem);
    [all...]

Completed in 627 milliseconds