/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2010-03-09-AnonAggregate.cpp | 8 …union { struct { union { int BA; } Val; int Offset; } OffsetedInfo;… member
|
/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 DFG.markBlock(BA.Id, DefM); in scanBlock() local
|
/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Context.h | 29 BinaryAttrs BA; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 845 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 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); traverse() local [all...] |
/llvm-project/llvm/unittests/TextAPI/ |
H A D | RecordTests.cpp | 142 auto BA = Slice.getBinaryAttrs(); in TEST() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 93 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); printOperand() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 310 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local 325 auto &BA = S->getBinaryAttrs(); createInterfaceFile() local
|
H A D | InterfaceFile.cpp | 355 setFromBinaryAttrs(const RecordsSlice::BinaryAttrs & BA,const Target & Targ) setFromBinaryAttrs() argument [all...] |
/llvm-project/llvm/unittests/Remarks/ |
H A D | RemarksLinkingTest.cpp | 35 BitcodeAnalyzer BA(OS.str()); in serializeAndCheck() local
|
H A D | BitstreamRemarksSerializerTest.cpp | 32 BitcodeAnalyzer BA(Input); in checkAnalyze() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 78 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); printOperand() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IntervalMapTest.cpp | 747 UUOverlaps BA(mapB, mapA); in TEST() local 824 UUOverlaps BA(mapB, mapA); in TEST() local
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-enum.cpp | 72 BA = true, enumerator
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 68 const BlockAddress *BA = emitMachineConstantPoolValue() local
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 199 const BlockAddress *BA = emitMachineConstantPoolValue() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 152 if (!BA || !BA->isConstantUsed()) in findPartitions() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 295 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress(); EmitInlineAsmStr() local
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 67 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
|
/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
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 147 auto &BA = Slice.getBinaryAttrs(); in readMachOHeader() local
|