Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:GV

1056 SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV, DebugLoc DL,
1069 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
1071 // If GV is an alias then use the aliasee for determining thread-localness.
1072 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
1084 ID.AddPointer(GV);
1091 SDNode *N = new (NodeAllocator) GlobalAddressSDNode(Opc, DL, GV, VT,
6003 const GlobalValue *GV;
6005 if (TLI.isGAPlusOffset(Ptr.getNode(), GV, GVOffset)) {
6008 llvm::ComputeMaskedBits(const_cast<GlobalValue*>(GV), KnownZero, KnownOne,