Home
last modified time | relevance | path

Searched defs:SDDbgOperand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h114 SDDbgOperand(SDNode *N, unsigned R) : kind(SDNODE) { in SDDbgOperand() function
119 SDDbgOperand(const Value *C) : kind(CONST) { u.Const = C; } in SDDbgOperand() function
121 SDDbgOperand(unsigned VRegOrFrameIdx, Kind Kind) : kind(Kind) { in SDDbgOperand() function
H A DInstrEmitter.h28 class SDDbgOperand; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h82 class SDDbgOperand; variable