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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 262 /// getImmediatePredicateCode - Return the code that evaluates this pattern if
265 std::string getImmediatePredicateCode() const {
FastISelEmitter.cpp 571 OS << I->getImmediatePredicateCode() << "\n}\n";
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 287 /// getImmediatePredicateCode - Return the code that evaluates this pattern if
290 std::string getImmediatePredicateCode() const {
FastISelEmitter.cpp 617 OS << I->getImmediatePredicateCode() << "\n}\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.h 474 /// getImmediatePredicateCode - Return the code that evaluates this pattern if
477 std::string getImmediatePredicateCode() const {
499 /// Get the data type of the argument to getImmediatePredicateCode().
    [all...]
FastISelEmitter.cpp 626 OS << I->getImmediatePredicateCode() << "\n}\n";

Completed in 2725 milliseconds