Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantPoolValue.h66 bool isGlobalValue() const { return Kind == CSKYCP::CPValue; } in isGlobalValue() function
137 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isConstPool(); in classof()
HDCSKYAsmPrinter.cpp202 } else if (CCPV->isGlobalValue()) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h107 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
HDARMAsmPrinter.cpp950 } else if (ACPV->isGlobalValue()) { in emitMachineConstantPoolValue()
HDARMBaseInstrInfo.cpp1784 if (ACPV->isGlobalValue()) in duplicateCPV()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.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-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.cpp57 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
188 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()