Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
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()
DSystemZConstantPoolValue.cpp20 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue()
25 SystemZCP::SystemZCPModifier Modifier) { in Create()
DSystemZAsmPrinter.cpp473 getModifierVariantKind(SystemZCP::SystemZCPModifier Modifier) { in getModifierVariantKind()