Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp189 auto BA = DFG.addr<NodeBase*>(I); in erase() local
232 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase() local
H A DRDFCopy.cpp106 NodeAddr<BlockNode*> BA = DFG.findBlock(B); in scanBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp845 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock() local
901 Block BA = newBlock(TheFunc, &B); in build() local
940 for (Block BA : Blocks) { in build() local
971 for (Block BA : Blocks) in build() local
973 for (Block BA : Blocks) in build() local
1245 void DataFlowGraph::buildStmt(Block BA, MachineInstr &In) { in buildStmt()
1382 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, Block BA) { in recordDefsForDF()
1425 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, Block BA) { in buildPhis()
1461 for (Block BA : TheFunc.Addr->members(*this)) { in removeUnusedPhis() local
1498 Block BA = PA.Addr->getOwner(*this); in removeUnusedPhis() local
[all …]
H A DIndirectBrExpandPass.cpp153 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runImpl() local
H A DRDFLiveness.cpp164 NodeAddr<BlockNode *> BA = PA.Addr->getOwner(DFG); in getAllReachingDefs() local
359 NodeAddr<BlockNode *> BA = IA.Addr->getOwner(DFG); in getNearestAliasedRef() local
1059 NodeAddr<BlockNode *> BA = IA.Addr->getOwner(DFG); in traverse() local
/freebsd/stand/libsa/
H A Dnet.h46 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h29 BinaryAttrs BA; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp310 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local
325 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local
H A DInterfaceFile.cpp355 void InterfaceFile::setFromBinaryAttrs(const RecordsSlice::BinaryAttrs &BA, in setFromBinaryAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp93 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp78 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp68 const BlockAddress *BA = in emitMachineConstantPoolValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp199 const BlockAddress *BA = in emitMachineConstantPoolValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp152 BlockAddress *BA = BlockAddress::lookup(&BB); in findPartitions() local
H A DEvaluator.cpp581 if (BlockAddress *BA = dyn_cast<BlockAddress>(Val)) in EvaluateBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp299 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); in EmitInlineAsmStr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp613 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
650 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1000 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() local
1149 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp147 auto &BA = Slice.getBinaryAttrs(); in readMachOHeader() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h75 llvm::SpecificBumpPtrAllocator<Item> BA; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp205 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp883 } else if (const BlockAddressSDNode *BA = in print_details() local

123