Searched refs:isGlobalStubReference (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h73 /// isGlobalStubReference - Return true if the specified TargetFlag operand is
75 inline static bool isGlobalStubReference(unsigned char TargetFlag) { function in namespace:llvm
H A DX86InstructionSelector.cpp608 if (isGlobalStubReference(AM.GVOpFlags))
H A DX86FastISel.cpp750 if (!isGlobalStubReference(GVFlags)) {
H A DX86ISelLowering.cpp18701 bool NeedsLoad = isGlobalStubReference(OpFlags);
[all...]

Completed in 226 milliseconds