HomeSort by relevance Sort by last modified time
    Searched defs:BA (Results 1 - 22 of 22) 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/clang/lib/CodeGen/
CodeGenAction.cpp 292 BackendAction BA = static_cast<BackendAction>(Act);
293 llvm::OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
294 if (BA != Backend_EmitNothing && !OS)
298 new BackendConsumer(BA, CI.getDiagnostics(),
309 BackendAction BA = static_cast<BackendAction>(Act);
311 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
312 if (BA != Backend_EmitNothing && !OS)
350 BA, OS);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 354 MCSymbol* BA = GetBlockAddressSymbol(MO.getBlockAddress());
355 O << BA->getName();
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
BasicBlock.cpp 73 BlockAddress *BA = cast<BlockAddress>(use_back());
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
75 BA->getType()));
76 BA->destroyConstant();
Constants.cpp 244 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
245 return BA->getFunction()->getRelocationInfo();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 186 if (BlockAddress *BA =
188 BasicBlock *TheOnlyDest = BA->getBasicBlock();
442 BlockAddress *BA = BlockAddress::get(DestBB);
444 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
445 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
446 BA->getType()));
447 BA->destroyConstant();
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 118 llvm::BumpPtrAllocator BA;
181 insert(Buckets, NumBuckets, new (BA.Allocate<Item>()) Item(key, data,
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 149 const BlockAddress *BA; // For MO_BlockAddress.
393 return Contents.OffsetedInfo.Val.BA;
552 static MachineOperand CreateBA(const BlockAddress *BA,
555 Op.Contents.OffsetedInfo.Val.BA = BA;
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 660 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
661 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 854 const BlockAddress *BA =
856 MCSym = GetBlockAddressSymbol(BA);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 219 #define BA (INSN_OP(0) | INSN_COND(COND_A, 0) | INSN_OP2(0x2))
853 ba label2 */
1034 ba label2 */
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 302 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
303 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 413 #define BA(n, c) (((c)+((n)*4))<<16)
584 tcg_out32 (s, CRAND | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
780 tcg_out32 (s, CRAND | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
1100 tcg_out32 (s, op | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, CR_EQ));
1114 tcg_out32 (s, op | BT (7, CR_EQ) | BA (5, CR_EQ) | BB (7, b->bit2));
1115 tcg_out32 (s, CROR | BT (7, CR_EQ) | BA (5, b->bit1) | BB (7, CR_EQ));
1205 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1211 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 411 #define BA(n, c) (((c)+((n)*4))<<16)
1140 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_LT) | BB (7, CR_LT);
1146 crop = CRNOR | BT (7, CR_EQ) | BA (7, CR_GT) | BB (7, CR_GT);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/qemu/
ppc-dis.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/X86/
X86ISelLowering.cpp     [all...]

Completed in 3335 milliseconds