/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 189 auto BA = DFG.addr<NodeBase*>(I); in erase() local 232 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase() local
|
H A D | RDFCopy.cpp | 106 NodeAddr<BlockNode*> BA = DFG.findBlock(B); in scanBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 845 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 D | IndirectBrExpandPass.cpp | 153 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runImpl() local
|
H A D | RDFLiveness.cpp | 164 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 D | net.h | 46 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Context.h | 29 BinaryAttrs BA; member
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 310 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local 325 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local
|
H A D | InterfaceFile.cpp | 355 void InterfaceFile::setFromBinaryAttrs(const RecordsSlice::BinaryAttrs &BA, in setFromBinaryAttrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 93 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 78 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 68 const BlockAddress *BA = in emitMachineConstantPoolValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 199 const BlockAddress *BA = in emitMachineConstantPoolValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 152 BlockAddress *BA = BlockAddress::lookup(&BB); in findPartitions() local
|
H A D | Evaluator.cpp | 581 if (BlockAddress *BA = dyn_cast<BlockAddress>(Val)) in EvaluateBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 299 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); in EmitInlineAsmStr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 613 } 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 D | ExtractFunction.cpp | 67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1000 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 D | DylibReader.cpp | 147 auto &BA = Slice.getBinaryAttrs(); in readMachOHeader() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 75 llvm::SpecificBumpPtrAllocator<Item> BA; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVAsmPrinter.cpp | 205 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 883 } else if (const BlockAddressSDNode *BA = in print_details() local
|