Searched refs:VK_VE_TPOFF_LO32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp61 case VK_VE_TPOFF_LO32:
112 case VK_VE_TPOFF_LO32:
133 .Case("tpoff_lo", VK_VE_TPOFF_LO32)
169 case VK_VE_TPOFF_LO32:
221 case VK_VE_TPOFF_LO32:
H A DVEMCExpr.h41 VK_VE_TPOFF_LO32, enumerator in enum:llvm::VEMCExpr::VariantKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp358 case VK_VE_TPOFF_LO32: return "tpoff_lo";
493 .Case("tpoff_lo", VK_VE_TPOFF_LO32)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h343 VK_VE_TPOFF_LO32, // symbol@tpoff_lo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1020 case MCSymbolRefExpr::VK_VE_TPOFF_LO32:
1021 Variant = VEMCExpr::VK_VE_TPOFF_LO32;

Completed in 34 milliseconds