Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h102 mutable bool HasLiteral; variable
137 HasLiteral = false; in tryDecodeInst()
H A DAMDGPUDisassembler.cpp1142 assert(HasLiteral && "Should have decoded a literal"); in convertFMAanyK()
1248 if (HasLiteral) { in decodeMandatoryLiteralConstant()
1255 HasLiteral = true; in decodeMandatoryLiteralConstant()
1264 if (!HasLiteral) { in decodeLiteralConstant()
1269 HasLiteral = true; in decodeLiteralConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8715 bool HasLiteral = false; in getInstSizeInBytes() local
8720 HasLiteral = true; in getInstSizeInBytes()
8724 return HasLiteral ? DescSize + 4 : DescSize; in getInstSizeInBytes()