Home
last modified time | relevance | path

Searched refs:isGlobalValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h66 bool isGlobalValue() const { return Kind == CSKYCP::CPValue; } in isGlobalValue() function
137 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isConstPool(); in classof()
H A DCSKYAsmPrinter.cpp202 } else if (CCPV->isGlobalValue()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h107 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
H A DARMAsmPrinter.cpp950 } else if (ACPV->isGlobalValue()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1784 if (ACPV->isGlobalValue()) in duplicateCPV()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp65 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
219 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()
235 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID)) { in predictValueUseListOrderImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp57 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
188 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()