Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h21 enum SystemZCPModifier { enum
35 SystemZCP::SystemZCPModifier Modifier;
39 SystemZCP::SystemZCPModifier Modifier);
43 Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
53 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier()
H A DSystemZConstantPoolValue.cpp20 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue()
25 SystemZCP::SystemZCPModifier Modifier) { in Create()
H A DSystemZAsmPrinter.cpp598 getModifierVariantKind(SystemZCP::SystemZCPModifier Modifier) { in getModifierVariantKind()