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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp297 bool IsDebug, bool IsClone, bool IsCloned) {
336 !IsDebug &&
352 0/*SubReg*/, IsDebug));
362 bool IsDebug, bool IsClone, bool IsCloned) {
365 IsDebug, IsClone, IsCloned);
425 IsDebug, IsClone, IsCloned);
553 AddOperand(MI, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
556 AddOperand(MI, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
624 AddOperand(MI, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
666 /*IsDebug
293 AddRegisterOperand(MachineInstr *MI, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 618 milliseconds