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

/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp180 DebugLoc DL, bool NoImp) {
182 MachineInstr(*this, MCID, DL, NoImp);
179 CreateMachineInstr(const MCInstrDesc &MCID, DebugLoc DL, bool NoImp) argument
H A DMachineInstr.cpp550 const DebugLoc dl, bool NoImp)
561 if (!NoImp)
549 MachineInstr(MachineFunction &MF, const MCInstrDesc &tid, const DebugLoc dl, bool NoImp) argument

Completed in 1759 milliseconds