Home
last modified time | relevance | path

Searched defs:BA (Results 1 – 25 of 71) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp188 auto BA = DFG.addr<NodeBase*>(I); in erase() local
231 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase() local
H A DRDFCopy.cpp70 NodeAddr<BlockNode*> BA = DFG.findBlock(B); in scanBlock() local
/netbsd-src/sys/lib/libsa/
H A Dnet.h56 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp96 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp55 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
H A DLoads.cpp36 Align BA = Base->getPointerAlignment(DL); in isAligned() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp94 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp149 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runOnFunction() local
H A DRDFGraph.cpp855 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock() local
876 NodeAddr<BlockNode*> BA = newBlock(Func, &B); in build() local
1245 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt()
1381 NodeAddr<BlockNode*> BA) { in recordDefsForDF()
1421 NodeAddr<BlockNode*> BA) { in buildPhis()
1554 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(*this); in removeUnusedPhis() local
1640 void DataFlowGraph::linkBlockRefs(DefStackMap &DefM, NodeAddr<BlockNode*> BA) { in linkBlockRefs()
H A DRDFLiveness.cpp168 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(DFG); in getAllReachingDefs() local
364 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in getNearestAliasedRef() local
1056 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in traverse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp135 BlockAddress *BA = BlockAddress::lookup(&BB); in findPartitions() local
H A DEvaluator.cpp646 if (BlockAddress *BA = dyn_cast<BlockAddress>(Val)) in EvaluateBlock() local
H A DValueMapper.cpp435 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) in mapValue() local
524 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp563 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
600 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp424 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); in EmitGCCInlineAsmStr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp914 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() local
1047 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp81 BlockAddress *BA = cast<BlockAddress>(user_back()); in ~BasicBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1102 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) { in visitReferences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp791 } else if (const BlockAddressSDNode *BA = in print_details() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h76 llvm::SpecificBumpPtrAllocator<Item> BA; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp988 auto BA = After.Graph.find(BB.first); in printDiff() local
996 for (auto &BA : After.Graph) { in printDiff() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp972 const BlockAddress *BA = MI.getOperand(1).getBlockAddress(); in expandMI() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h195 const BlockAddress *BA; // For MO_BlockAddress. member

123