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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 239 bool isConvertibleToThreeAddress : 1;
InstrInfoEmitter.cpp 493 if (Inst.isConvertibleToThreeAddress) OS << "|(1ULL<<MCID::ConvertibleTo3Addr)";
CodeGenInstruction.cpp 314 isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress");
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 230 bool isConvertibleToThreeAddress;
InstrInfoEmitter.cpp 285 if (Inst.isConvertibleToThreeAddress) OS << "|(1<<MCID::ConvertibleTo3Addr)";
CodeGenInstruction.cpp 306 isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress");

Completed in 230 milliseconds