Home
last modified time | relevance | path

Searched refs:NoImp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h378 bool NoImp = false);
DMachineInstr.h114 const DebugLoc dl, bool NoImp = false);
/external/llvm/lib/CodeGen/
DMachineFunction.cpp180 DebugLoc DL, bool NoImp) { in CreateMachineInstr() argument
182 MachineInstr(*this, MCID, DL, NoImp); in CreateMachineInstr()
DMachineInstr.cpp550 const DebugLoc dl, bool NoImp) in MachineInstr() argument
561 if (!NoImp) in MachineInstr()