Searched refs:PrintInHex (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 150 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData() argument 152 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData() 155 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr() argument 157 encodeSubclassData(PrintInHex, SizeInBytes)), Value(Value) {} in MCConstantExpr() 164 bool PrintInHex = false,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 62 auto PrintInHex = cast<MCConstantExpr>(*this).useHexFormat(); in print() local 65 PrintInHex = true; in print() 66 if (PrintInHex) in print() 213 bool PrintInHex, in create() argument 215 return new (Ctx) MCConstantExpr(Value, PrintInHex, SizeInBytes); in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.h | 168 StringRef Prefix, bool PrintInHex, bool AlwaysPrint);
|
| H A D | AMDGPUInstPrinter.cpp | 1725 bool PrintInHex, bool AlwaysPrint) { in printNamedInt() argument 1728 O << ' ' << Prefix << ':' << (PrintInHex ? formatHex(V) : formatDec(V)); in printNamedInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1151 bit PrintInHex = 0; 1156 !if(PrintInHex, "true", "false")#", "# 1235 let PrintInHex = 1 in 1257 let DefaultValue = "0xf", PrintInHex = 1, AlwaysPrint = 1 in {
|
| H A D | SMInstructions.td | 16 let PrintInHex = 1;
|