Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h100 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
HDARMAsmPrinter.cpp890 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
HDARMBaseInstrInfo.cpp1327 if (ACPV->isGlobalValue()) in duplicateCPV()
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDValueEnumerator.cpp40 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
156 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()
172 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID)) in predictValueUseListOrderImpl()