HomeSort by: relevance | last modified time | path
    Searched refs:isGlobalStubReference (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kBaseInfo.h 119 inline static bool isGlobalStubReference(unsigned char TargetFlag) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 73 /// isGlobalStubReference - Return true if the specified TargetFlag operand is
75 inline static bool isGlobalStubReference(unsigned char TargetFlag) {
X86InstructionSelector.cpp 608 if (isGlobalStubReference(AM.GVOpFlags))
X86FastISel.cpp 752 if (!isGlobalStubReference(GVFlags)) {
X86ISelLowering.cpp 19258 bool NeedsLoad = isGlobalStubReference(OpFlags);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 2546 if (M68kII::isGlobalStubReference(OpFlag)) {
2611 if (M68kII::isGlobalStubReference(OpFlags)) {

Completed in 74 milliseconds