Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/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) build() local
973 for (Block BA : Blocks) build() local
1245 buildStmt(Block BA,MachineInstr & In) buildStmt() argument
1382 recordDefsForDF(BlockRefsMap & PhiM,Block BA) recordDefsForDF() argument
1425 buildPhis(BlockRefsMap & PhiM,Block BA) buildPhis() argument
1461 for (Block BA : TheFunc.Addr->members(*this)) { removeUnusedPhis() local
1498 Block BA = PA.Addr->getOwner(*this); removeUnusedPhis() local
1582 linkBlockRefs(DefStackMap & DefM,Block BA) linkBlockRefs() argument
[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-src/stand/libsa/
H A Dnet.h46 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp273 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local
288 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp94 O << BA->getName(); in printOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp65 const SCEV *BA = SE.getMinusSCEV(BS, AS); alias() local
H A DLoads.cpp31 Align BA = Base->getPointerAlignment(DL); in isAligned() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp199 const BlockAddress *BA = in emitMachineConstantPoolValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp139 BlockAddress *BA = BlockAddress::lookup(&BB); findPartitions() local
H A DEvaluator.cpp581 if (BlockAddress *BA = dyn_cast<BlockAddress>(Val)) in EvaluateBlock() local
H A DValueMapper.cpp441 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) in mapValue() local
581 mapBlockAddress(const BlockAddress & BA) mapBlockAddress() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp145 auto &BA = Slice.getBinaryAttrs(); readMachOHeader() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp298 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); EmitInlineAsmStr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp608 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { matchWrapper() local
645 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { matchWrapper() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1019 BA, CI.getDiagnostics(), &CI.getVirtualFileSystem(), in CreateASTConsumer() local
1158 BackendAction BA = static_cast<BackendAction>(Act); ExecuteAction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h75 llvm::SpecificBumpPtrAllocator<Item> BA; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp187 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); printOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp832 } else if (const BlockAddressSDNode *BA = print_details() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp

123