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

  /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 133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
138 if (ASizeInt.ule(SE->getUnsignedRange(BA).getUnsignedMin()) &&
139 (-BSizeInt).uge(SE->getUnsignedRange(BA).getUnsignedMax()))
  /external/llvm/lib/IR/
BasicBlock.cpp 77 BlockAddress *BA = cast<BlockAddress>(user_back());
78 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
79 BA->getType()));
80 BA->destroyConstant();
Constants.cpp 380 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
381 return BA->getFunction()->getRelocationInfo();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 595 BackendAction BA = static_cast<BackendAction>(Act);
596 std::unique_ptr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
597 if (BA != Backend_EmitNothing && !OS)
626 BEConsumer = new BackendConsumer(BA, CI.getDiagnostics(), CI.getCodeGenOpts(),
636 BackendAction BA = static_cast<BackendAction>(Act);
638 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
639 if (BA != Backend_EmitNothing && !OS)
685 TheModule.get(), BA, OS);
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 75 llvm::SpecificBumpPtrAllocator<Item> BA;
132 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj));
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 176 const BlockAddress *BA; // For MO_BlockAddress.
440 return Contents.OffsetedInfo.Val.BA;
652 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
655 Op.Contents.OffsetedInfo.Val.BA = BA;
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
605 O << BA->getName();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 230 if (BlockAddress *BA =
232 BasicBlock *TheOnlyDest = BA->getBasicBlock();
497 BlockAddress *BA = BlockAddress::get(DestBB);
499 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
500 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
501 BA->getType()));
502 BA->destroyConstant();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 805 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
806 SDValue Result = DAG.getTargetBlockAddress(BA, getPointerTy());
    [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 321 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
322 SDValue Result = DAG.getTargetBlockAddress(BA, getPointerTy());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 659 BlockAddress *BA = dyn_cast<BlockAddress>(*UI);
661 if (BA) {
662 BA->replaceAllUsesWith(
663 BlockAddress::get(NewF, BA->getBasicBlock()));
664 delete BA;
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 125 BA(new String[]{
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 540 const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N);
541 ID.AddPointer(BA->getBlockAddress());
542 ID.AddInteger(BA->getOffset());
543 ID.AddInteger(BA->getTargetFlags());
    [all...]
  /external/qemu/disas/
ppc.c 425 for BA just below. However, that caused trouble with feeble
438 /* The BA field in an XL form instruction. */
439 #define BA UNUSED + 1
441 #define BI BA
445 /* The BA field in an XL form instruction when it must be the same
447 #define BAT BA + 1
456 as the BA field in the same instruction. */
904 /* The BA field in an XL form instruction when it must be the same as
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 725 milliseconds