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

12

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp160 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp553 GlobalAlias *GA = GlobalAlias::create(Tys[StructIdxs[idx]], AddrSpace, local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp651 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp767 auto *GA = GlobalAlias::create( local
H A DFunctionImport.cpp1155 static Function *replaceAliasWithAliasee(Module *SrcModule, GlobalAlias *GA) { argument
[all...]
H A DWholeProgramDevirt.cpp1457 GlobalAlias *GA = GlobalAlias::create(Int8Ty, 0, GlobalValue::ExternalLinkage, local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1042 std::unique_ptr<GlobalIndirectSymbol> GA; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp211 SDValue GA = DAG.getTargetJumpTable(N->getIndex(), MVT::i32); local
730 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, Offset); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp793 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1289 void *GA = getPointerToGlobalIfAvailable(GV); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp486 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Val); local
[all...]
/netbsd-current/include/arpa/
H A Dtelnet.h46 #define GA 249 /* you may reverse the line */ macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp730 SDValue GA = DAG.getTargetGlobalAddress(GV, SDLoc(GSD), ConstPtrVT); local
H A DAMDGPUISelLowering.cpp4514 auto GA = cast<GlobalAddressSDNode>(Op.getOperand(0).getNode()); local
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-telnet.c71 #define GA 249 /* you may reverse the line */ macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1230 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset); local
1239 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset, local
1246 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, HexagonII::MO_GOT); local
1278 GetDynamicTLSAddr(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, SDValue Glue, EVT PtrVT, unsigned ReturnReg, unsigned char OperandFlags) const argument
1315 LowerToTLSInitialExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1357 LowerToTLSLocalExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1379 LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, SelectionDAG &DAG) const argument
1418 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
H A DHexagonISelDAGToDAG.cpp1953 WeightedLeaf GA; local
[all...]
H A DHexagonInstrInfo.cpp3414 unsigned HexagonInstrInfo::getCompoundOpcode(const MachineInstr &GA, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2024 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1020 GlobalAddressSDNode* GA = cast<GlobalAddressSDNode>(Callee); local
1394 const auto *GA = cast<GlobalAddressSDNode>(Op); local
1436 const auto *GA = cast<GlobalAddressSDNode>(Op); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2715 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
2758 auto *GA = cast<GlobalAddressSDNode>(N.getOperand(0)); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp297 bool isIn(const GlobalAlias &GA, StringRef Category) const { argument
1172 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { argument
1525 GlobalAlias *GA = &*AI; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp762 void Verifier::visitAliaseeSubExpr(const GlobalAlias &GA, const Constant &C) { argument
768 visitAliaseeSubExpr(SmallPtrSetImpl<const GlobalAlias*> &Visited, const GlobalAlias &GA, const Constant &C) argument
798 visitGlobalAlias(const GlobalAlias &GA) argument
802 &GA); local
809 "Aliasee should be either GlobalValue or ConstantExpr", &GA); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2132 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local

Completed in 697 milliseconds

12