Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h20 enum SystemZCPModifier { enum
34 SystemZCP::SystemZCPModifier Modifier;
38 SystemZCP::SystemZCPModifier Modifier);
42 Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
52 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier()
H A DSystemZConstantPoolValue.cpp19 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue()
24 SystemZCP::SystemZCPModifier Modifier) { in Create()
H A DSystemZAsmPrinter.cpp859 getModifierVariantKind(SystemZCP::SystemZCPModifier Modifier) { in getModifierVariantKind()