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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp300 bool IsDebug, bool IsClone, bool IsCloned) {
337 !IsDebug &&
351 getDebugRegState(IsDebug));
362 bool IsDebug, bool IsClone, bool IsCloned) {
365 IsDebug, IsClone, IsCloned);
420 IsDebug, IsClone, IsCloned);
549 AddOperand(MIB, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
552 AddOperand(MIB, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
619 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
661 /*IsDebug
295 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 66 milliseconds