Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp115 std::list<Value *> OpList; in runLowerConstExpr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp256 std::map<unsigned, unsigned> OpList; in initOperandMapData() local
320 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp711 SDVTList VTList, ArrayRef<SDValue> OpList) { in AddNodeIDNode()