Searched defs:NoImp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp541 MachineInstr::MachineInstr(const MCInstrDesc &tid, bool NoImp) argument
545 if (!NoImp)
548 if (!NoImp)
556 bool NoImp)
560 if (!NoImp)
563 if (!NoImp)
555 MachineInstr(const MCInstrDesc &tid, const DebugLoc dl, bool NoImp) argument
H A DMachineFunction.cpp158 DebugLoc DL, bool NoImp) {
160 MachineInstr(MCID, DL, NoImp);
157 CreateMachineInstr(const MCInstrDesc &MCID, DebugLoc DL, bool NoImp) argument

Completed in 303 milliseconds