Searched defs:BA (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A D2010-03-09-AnonAggregate.cpp8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents; member in union:MO::__anon2380::__anon2381::__anon2382
/external/r8/src/test/examplesAndroidO/incremental/
H A DIncrementallyCompiled.java8 class AB implements B.BA {
13 interface BA { interface in interface:IncrementallyCompiled.B
/external/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp50 const SCEV *BA = SE.getMinusSCEV(BS, AS); local
55 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) &&
56 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax()))
/external/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG))
118 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG))
146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
147 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) {
177 auto BA = DFG.addr<NodeBase*>(I); local
178 uint16_t Type = BA.Addr->getType();
185 uint16_t Kind = BA.Addr->getKind();
187 for (auto N : NodeAddr<CodeNode*>(BA).Addr->members(DFG))
221 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
222 BA
[all...]
H A DRDFCopy.cpp119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG); local
120 DFG.markBlock(BA.Id, DefM);
122 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) {
138 DFG.releaseBlock(BA.Id, DefM);
H A DHexagonOptAddrMode.cpp77 bool processBlock(NodeAddr<BlockNode *> BA);
506 bool HexagonOptAddrMode::processBlock(NodeAddr<BlockNode *> BA) { argument
509 for (auto IA : BA.Addr->members(*DFG)) {
599 auto BA = DFG->getFunc().Addr->findBlock(B, *DFG); local
600 DFG->markBlock(BA.Id, DefM);
602 for (NodeAddr<InstrNode *> IA : BA.Addr->members(*DFG)) {
611 DFG->releaseBlock(BA.Id, DefM);
641 for (NodeAddr<BlockNode *> BA : FA.Addr->members(*DFG))
642 Changed |= processBlock(BA);
H A DRDFLiveness.cpp142 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(DFG);
143 return BA.Addr->getCode();
150 MachineBasicBlock *BA = Block(OA), *BB = Block(OB);
151 if (BA != BB)
152 return MDT.dominates(BB, BA);
330 for (NodeAddr<BlockNode*> BA : Blocks) {
331 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG);
530 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
531 MachineBasicBlock *BB = BA.Addr->getCode();
532 for (NodeAddr<InstrNode*> IA : BA
843 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
873 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp133 const SCEV *BA = SE->getMinusSCEV(BS, AS); local
138 if (ASizeInt.ule(SE->getUnsignedRange(BA).getUnsignedMin()) &&
139 (-BSizeInt).uge(SE->getUnsignedRange(BA).getUnsignedMax()))
/external/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp87 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); local
88 O << BA->getName();
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_io.py27 class BA(Base, bytearray): class in inherits:Base, bytearray
91 f.write(BA('t\xe8st'))
130 f.writelines([BA('t\xe8st')])
/external/guice/core/test/com/googlecode/guice/bundle/
H A DOSGiTestActivator.java145 public static class BA class in class:OSGiTestActivator
148 protected BA() {} method in class:OSGiTestActivator.BA
/external/llvm/lib/IR/
H A DBasicBlock.cpp76 BlockAddress *BA = cast<BlockAddress>(user_back()); local
77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
78 BA->getType()));
79 BA->destroyConstant();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsAsmPrinter.cpp354 MCSymbol* BA = GetBlockAddressSymbol(MO.getBlockAddress()); local
355 O << BA->getName();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DBasicBlock.cpp73 BlockAddress *BA = cast<BlockAddress>(use_back()); local
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
75 BA->getType()));
76 BA->destroyConstant();
/external/skia/src/core/
H A DSkPathMeasure.cpp215 SkScalar BA = B / A_2; local
216 if (0 == BA + C_2) {
221 SkScalar L = (2 * A_2 + BA + Sabc) / (BA + C_2);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLocal.cpp186 if (BlockAddress *BA =
188 BasicBlock *TheOnlyDest = BA->getBasicBlock();
442 BlockAddress *BA = BlockAddress::get(DestBB); local
444 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
445 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
446 BA->getType()));
447 BA->destroyConstant();
/external/webp/src/dsp/
H A Dupsampling_msa.c227 BA = ORI_B(tmp0, 0x0f); \
460 v16u8 R, G, B, RG, BA, tmp0, tmp1; local
463 CALC_RGBA4444(y, u, v, BA, RG, 16, dst);
465 CALC_RGBA4444(y, u, v, RG, BA, 16, dst);
477 CALC_RGBA4444(temp, u, v, BA, RG, 16, temp);
479 CALC_RGBA4444(temp, u, v, RG, BA, 16, temp);
486 CALC_RGBA4444(temp, u, v, BA, RG, 8, temp);
488 CALC_RGBA4444(temp, u, v, RG, BA, 8, temp);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp716 BackendAction BA = static_cast<BackendAction>(Act); local
717 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA);
718 if (BA != Backend_EmitNothing && !OS)
754 BA, CI.getDiagnostics(), CI.getHeaderSearchOpts(),
787 BackendAction BA = static_cast<BackendAction>(Act); local
789 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA);
790 if (BA != Backend_EmitNothing && !OS)
846 TheModule.get(), BA, OS);
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h146 const MachineInstrBuilder &addBlockAddress(const BlockAddress *BA, argument
149 MI->addOperand(*MF, MachineOperand::CreateBA(BA, Offset, TargetFlags));
H A DMachineOperand.h177 const BlockAddress *BA; // For MO_BlockAddress. member in union:llvm::MachineOperand::__anon12364::__anon12366::__anon12367
443 return Contents.OffsetedInfo.Val.BA;
682 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
685 Op.Contents.OffsetedInfo.Val.BA = BA;
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h77 llvm::SpecificBumpPtrAllocator<Item> BA; member in class:llvm::OnDiskChainedHashTableGenerator
130 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj));
/external/python/cpython2/Lib/test/
H A Dtest_sys.py782 class BA(bytearray): class in function:SizeofTest.test_slots
784 check(BA(), bytearray(), '3P')
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp961 const BlockAddress *BA = local
963 MCSym = GetBlockAddressSymbol(BA);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp782 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local
783 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); local
605 O << BA->getName();

Completed in 869 milliseconds

123