Home
last modified time | relevance | path

Searched defs:OperandList (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h168 SmallVector<BitCodeAbbrevOp, 32> OperandList; variable
173 explicit BitCodeAbbrev(std::initializer_list<BitCodeAbbrevOp> OperandList) in BitCodeAbbrev()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.h93 using OperandList = std::vector<Operand>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceDefs.h146 using OperandList = CfgVector<Operand *>; variable
DIceTargetLoweringX8664.cpp2227 using OperandList = llvm::SmallVector<Operand *, MaxOperands>; in lowerCall() typedef
DIceTargetLoweringX8632.cpp2417 using OperandList = llvm::SmallVector<Operand *, MaxOperands>; in lowerCall() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2485 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr() local
2937 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local
2969 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3152 SmallVector<const Value *, 32> OperandList; in singleReachablePHIPath() local