Searched defs:GA (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp128 const auto *GA = cast<GlobalAddressSDNode>(Node); local
H A DWebAssemblyISelLowering.cpp809 GlobalAddressSDNode* GA = cast<GlobalAddressSDNode>(Callee); local
1110 const auto *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp155 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp551 GlobalAlias *GA = GlobalAlias::create(Tys[StructIdxs[idx]], AddrSpace, local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp954 std::unique_ptr<GlobalIndirectSymbol> GA; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp558 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp770 auto *GA = GlobalAlias::create( local
H A DFunctionImport.cpp1087 static Function *replaceAliasWithAliasee(Module *SrcModule, GlobalAlias *GA) { argument
[all...]
H A DWholeProgramDevirt.cpp1256 GlobalAlias *GA = GlobalAlias::create(Int8Ty, 0, GlobalValue::ExternalLinkage, local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1289 void *GA = getPointerToGlobalIfAvailable(GV); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp757 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp212 SDValue GA = DAG.getTargetJumpTable(N->getIndex(), MVT::i32); local
729 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, Offset); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp753 SDValue GA = DAG.getTargetGlobalAddress(GV, SDLoc(GSD), ConstPtrVT); local
/freebsd-12-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h48 #define GA 249 /* you may reverse the line */ macro
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-telnet.c76 #define GA 249 /* you may reverse the line */ macro
/freebsd-12-stable/contrib/telnet/arpa/
H A Dtelnet.h45 #define GA 249 /* you may reverse the line */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp248 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA, argument
288 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); local
299 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty); local
[all...]
/freebsd-12-stable/include/arpa/
H A Dtelnet.h47 #define GA 249 /* you may reverse the line */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1947 WeightedLeaf GA; local
[all...]
H A DHexagonISelLowering.cpp1080 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset); local
1089 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset, local
1096 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, HexagonII::MO_GOT); local
1128 GetDynamicTLSAddr(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, SDValue Glue, EVT PtrVT, unsigned ReturnReg, unsigned char OperandFlags) const argument
1165 LowerToTLSInitialExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1207 LowerToTLSLocalExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1229 LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1268 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
H A DHexagonInstrInfo.cpp3380 unsigned HexagonInstrInfo::getCompoundOpcode(const MachineInstr &GA, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2018 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp197 bool isIn(const GlobalAlias &GA, StringRef Category) const { argument
611 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { argument
803 GlobalAlias *GA = &*i; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2136 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2589 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
2638 auto *GA = cast<GlobalAddressSDNode>(N.getOperand(0)); local
[all...]

Completed in 593 milliseconds

12