Home
last modified time | relevance | path

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

/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.cpp18 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue()
23 SystemZCP::SystemZCPModifier Modifier) { in Create()
H A DSystemZAsmPrinter.cpp961 getModifierVariantKind(SystemZCP::SystemZCPModifier Modifier) { in PrintAsmMemoryOperand()