HomeSort by relevance Sort by last modified time
    Searched full:isglobal (Results 26 - 50 of 62) sorted by null

12 3

  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 169 assert(TexHandleDef.getOperand(1).isGlobal() && "Load is not a global!");
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 100 if (JumpTarget.isGlobal())
X86MCInstLower.cpp 131 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && "Isn't a symbol reference");
157 if (MO.isGlobal()) {
183 assert(MO.isGlobal() && "Extern symbol not handled yet");
195 assert(MO.isGlobal() && "Extern symbol not handled yet");
209 if (MO.isGlobal()) {
    [all...]
X86InstrInfo.h 130 MI->getOperand(Op+X86::AddrDisp).isGlobal() ||
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 138 bool isGlobal() const;
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 230 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI());
232 if (MO.isGlobal())
HexagonInstrInfo.cpp     [all...]
HexagonBitTracker.cpp 170 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() ||
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 145 if (FD->isGlobal() &&
Transforms.cpp 96 if (FD->isGlobal() &&
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 305 if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
  /frameworks/compile/slang/
slang_backend.cpp 414 if (FD->isGlobal()) {
503 if (FD && !FD->isGlobal()) {
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 255 %rename("g_%(utitle)s", %$isfunction, %$isglobal) "";
294 %define %$isglobal %$not %$ismember %enddef
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 447 if (!MO.isGlobal())
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 423 // We currently only handle isGlobal() because it is the only kind of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 771 BitstreamWriter &Stream, bool isGlobal) {
781 if (isGlobal) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 769 BitstreamWriter &Stream, bool isGlobal) {
779 if (isGlobal) {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 805 BitstreamWriter &Stream, bool isGlobal) {
815 if (isGlobal) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 225 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 168 if (!MO.isGlobal()) continue;
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 661 if (MO1.isGlobal()) {
  /external/v8/src/js/
messages.js 559 function GetStackTraceLine(recv, fun, pos, isGlobal) {
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]

Completed in 2537 milliseconds

12 3