Home
last modified time | relevance | path

Searched refs:TypeOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp433 QualType TypeOperand = Operand.getResultType(); in getInlineSpirvType() local
434 if (auto *RT = TypeOperand->getAs<RecordType>()) { in getInlineSpirvType()
443 TypeOperand = ResourceType; in getInlineSpirvType()
447 Result = CGM.getTypes().ConvertType(TypeOperand); in getInlineSpirvType()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp64 const unsigned TypeOperand = 0; in printInst() local
72 printOperand(MI, TypeOperand, OS); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3140 const SPIRVType *TypeOperand = GR->getOrCreateSPIRVType( in getInlineSpirvType() local
3142 Operands.push_back(MCOperand::createReg(GR->getSPIRVTypeID(TypeOperand))); in getInlineSpirvType()