Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h79 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
159 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMCodeEmitter.cpp638 assert(ACPV->isGlobalValue() && "unsupported constant pool value"); in emitConstPoolInstruction()
DARMAsmPrinter.cpp857 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1094 if (ACPV->isGlobalValue()) in duplicateCPV()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h222 bool isGlobalValue() const { in isGlobalValue() function
281 assert((isGlobalValue() || isIndirectSymbol()) && in getGlobalValue()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h100 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
176 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp964 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1381 if (ACPV->isGlobalValue()) in duplicateCPV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h110 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
202 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
DARMAsmPrinter.cpp868 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1550 if (ACPV->isGlobalValue()) in duplicateCPV()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp40 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
155 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()
171 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID)) in predictValueUseListOrderImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp68 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
186 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()
202 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID)) in predictValueUseListOrderImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp314 assert(GblSym->isGlobalValue() && "Symbol must be a global value"); in AddToSymbolList()
789 if (MR.isGlobalValue()) { in EmitRelocations()
908 if (Sym.isGlobalValue()) { in EmitStringTable()
985 if (Sym.isGlobalValue()) in EmitSymbolTable()
DELF.h53 bool isGlobalValue() const { return SourceType == isGV; } in isGlobalValue() function
DELFCodeEmitter.cpp106 if (MR.isGlobalValue()) { in finishFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp855 } else if (MR.isGlobalValue()) { in finishFunction()