Home
last modified time | relevance | path

Searched refs:getOperandTypes (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp118 SPIRVInstruction::getOperandTypes(const std::vector<SPIRVValue *> &Ops) { in getOperandTypes() function in SPIRV::SPIRVInstruction
133 SPIRVInstruction::getOperandTypes() { in getOperandTypes() function in SPIRV::SPIRVInstruction
134 return getOperandTypes(getOperands()); in getOperandTypes()
DSPIRVInstruction.h129 std::vector<SPIRVType*> getOperandTypes();
130 static std::vector<SPIRVType*> getOperandTypes(
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp332 static ArrayRef<OperandType[2]> getOperandTypes() { in getOperandTypes() function
379 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1961 SPIRVInstruction::getOperandTypes(Ops)); in transBuiltinFromInst()