Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h83 class SDDbgOperand; variable