HomeSort by relevance Sort by last modified time
    Searched defs:BA (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 51 const SCEV *BA = SE.getMinusSCEV(BS, AS);
56 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) &&
57 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax()))
  /external/guava/guava-tests/test/com/google/common/reflect/
AbstractInvocationHandlerTest.java 57 class BA implements B, A {}
59 BA ba = new BA(); local
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 145 public static class BA
148 protected BA() {}
  /external/llvm/lib/IR/
BasicBlock.cpp 76 BlockAddress *BA = cast<BlockAddress>(user_back());
77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
78 BA->getType()));
79 BA->destroyConstant();
Constants.cpp 437 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
438 return BA->getFunction()->needsRelocation();
    [all...]
  /external/skia/src/core/
SkPathMeasure.cpp 130 SkScalar BA = B / A_2;
131 if (0 == BA + C_2) {
136 SkScalar L = (2 * A_2 + BA + Sabc) / (BA + C_2);
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 177 const BlockAddress *BA; // For MO_BlockAddress.
443 return Contents.OffsetedInfo.Val.BA;
673 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
676 Op.Contents.OffsetedInfo.Val.BA = BA;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 684 BackendAction BA = static_cast<BackendAction>(Act);
685 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA);
686 if (BA != Backend_EmitNothing && !OS)
722 BA, CI.getDiagnostics(), CI.getHeaderSearchOpts(),
739 BackendAction BA = static_cast<BackendAction>(Act);
741 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA);
742 if (BA != Backend_EmitNothing && !OS)
820 TheModule.get(), BA, OS, std::move(Index));
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 77 llvm::SpecificBumpPtrAllocator<Item> BA;
130 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj));
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
605 O << BA->getName();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 804 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
805 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 247 if (BlockAddress *BA =
249 BasicBlock *TheOnlyDest = BA->getBasicBlock();
569 BlockAddress *BA = BlockAddress::get(DestBB);
571 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
572 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
573 BA->getType()));
574 BA->destroyConstant();
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 322 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
323 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 733 BlockAddress *BA = dyn_cast<BlockAddress>(*UI);
735 if (BA) {
736 BA->replaceAllUsesWith(
737 BlockAddress::get(NewF, BA->getBasicBlock()));
738 delete BA;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/v8/src/ppc/
constants-ppc.h 393 BA = 20 << 21 // Branch always
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 523 const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N);
524 ID.AddPointer(BA->getBlockAddress());
525 ID.AddInteger(BA->getOffset());
526 ID.AddInteger(BA->getTargetFlags());
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-ppc.c 150 #define BA 0x48000002
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 126 for BA just below. However, that caused trouble with feeble
139 /* The BA field in an XL form instruction. */
140 #define BA UNUSED + 1
142 #define BI BA
146 /* The BA field in an XL form instruction when it must be the same
148 #define BAT BA + 1
157 as the BA field in the same instruction. */
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 864 milliseconds

1 2