Searched refs:NoImp (Results 1 - 4 of 4) 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
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h108 explicit MachineInstr(const MCInstrDesc &MCID, bool NoImp = false);
119 bool NoImp = false);
H A DMachineFunction.h358 bool NoImp = false);

Completed in 398 milliseconds