Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CodeGenCXX/
H A D2010-03-09-AnonAggregate.cpp8 …union { struct { union { int BA; } Val; int Offset; } OffsetedInfo;… member
/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 DFG.markBlock(BA.Id, DefM); in scanBlock() local
/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h29 BinaryAttrs BA; member
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp845 BA.Addr->setCode(BB); in newBlock() local
901 BlockNodes.insert(std::make_pair(&B, BA)); in build() local
940 const MachineBasicBlock &B = *BA.Addr->getCode(); 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); traverse() local
[all...]
/llvm-project/llvm/unittests/TextAPI/
H A DRecordTests.cpp142 auto BA = Slice.getBinaryAttrs(); in TEST() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp93 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); printOperand() local
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp310 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local
325 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local
H A DInterfaceFile.cpp355 setFromBinaryAttrs(const RecordsSlice::BinaryAttrs & BA,const Target & Targ) setFromBinaryAttrs() argument
[all...]
/llvm-project/llvm/unittests/Remarks/
H A DRemarksLinkingTest.cpp35 BitcodeAnalyzer BA(OS.str()); in serializeAndCheck() local
H A DBitstreamRemarksSerializerTest.cpp32 BitcodeAnalyzer BA(Input); in checkAnalyze() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp78 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); printOperand() local
/llvm-project/llvm/unittests/ADT/
H A DIntervalMapTest.cpp747 UUOverlaps BA(mapB, mapA); in TEST() local
824 UUOverlaps BA(mapB, mapA); in TEST() local
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-enum.cpp72 BA = true, enumerator
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp68 const BlockAddress *BA = emitMachineConstantPoolValue() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp199 const BlockAddress *BA = emitMachineConstantPoolValue() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp152 if (!BA || !BA->isConstantUsed()) in findPartitions() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp295 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); EmitInlineAsmStr() local
/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
/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
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp147 auto &BA = Slice.getBinaryAttrs(); in readMachOHeader() local

1234