Home
last modified time | relevance | path

Searched refs:getOperandTypes (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp163 ArrayRef<CFIProgram::OperandType[2]> CFIProgram::getOperandTypes() { in getOperandTypes() function in CFIProgram
222 OperandType Type = getOperandTypes()[Opcode][OperandIdx]; in printOperand()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp332 static ArrayRef<OperandType[2]> getOperandTypes() { in getOperandTypes() function
379 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h118 static ArrayRef<OperandType[2]> getOperandTypes();
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1961 SPIRVInstruction::getOperandTypes(Ops)); in transBuiltinFromInst()