HomeSort by: relevance | last modified time | path
    Searched refs:usesCustomInsertionHook (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FinalizeISel.cpp 60 if (MI.usesCustomInsertionHook()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 500 bool usesCustomInsertionHook() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SerialSnippetGenerator.cpp 54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() ||
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 255 if (InstrDesc.isPseudo() || InstrDesc.usesCustomInsertionHook())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 1076 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 7191 NextMIIt->usesCustomInsertionHook())

Completed in 35 milliseconds