HomeSort by relevance Sort by last modified time
    Searched defs:BA (Results 1 - 25 of 29) 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/Target/SystemZ/
SystemZMCInstLower.cpp 88 const BlockAddress *BA = MO.getBlockAddress();
89 return lowerSymbolOperand(MO, AsmPrinter.GetBlockAddressSymbol(BA),
SystemZISelLowering.cpp     [all...]
  /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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
ImprovedNoise.java 63 int BA = ImprovedNoise.p[B] + Z;
71 ImprovedNoise.grad3(ImprovedNoise.p[BA], x - 1, y, z)), // BLENDED
76 ImprovedNoise.grad3(ImprovedNoise.p[BA + 1], x - 1, y, z - 1)), // OF
  /external/llvm/lib/IR/
BasicBlock.cpp 73 BlockAddress *BA = cast<BlockAddress>(use_back());
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
75 BA->getType()));
76 BA->destroyConstant();
Constants.cpp 344 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
345 return BA->getFunction()->getRelocationInfo();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 492 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
493 O << BA->getName();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 344 BackendAction BA = static_cast<BackendAction>(Act);
345 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
346 if (BA != Backend_EmitNothing && !OS)
374 new BackendConsumer(BA, CI.getDiagnostics(),
385 BackendAction BA = static_cast<BackendAction>(Act);
387 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
388 if (BA != Backend_EmitNothing && !OS)
435 BA, OS);
  /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 173 const BlockAddress *BA; // For MO_BlockAddress.
435 return Contents.OffsetedInfo.Val.BA;
634 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
637 Op.Contents.OffsetedInfo.Val.BA = BA;
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 229 if (BlockAddress *BA =
231 BasicBlock *TheOnlyDest = BA->getBasicBlock();
496 BlockAddress *BA = BlockAddress::get(DestBB);
498 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
499 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
500 BA->getType()));
501 BA->destroyConstant();
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 639 int A, AA, AB, B, BA, BB;
653 BA = hash[B] + intZ;
656 NoiseMath.grad(hash[BA], x - 1, y, z)),
660 NoiseMath.grad(hash[BA + 1], x - 1, y, z - 1)),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 693 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
694 SDValue Result = DAG.getTargetBlockAddress(BA, getPointerTy());
    [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...]
  /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 272 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
273 SDValue Result = DAG.getTargetBlockAddress(BA, getPointerTy());
    [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/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 479 const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N);
480 ID.AddPointer(BA->getBlockAddress());
481 ID.AddInteger(BA->getOffset());
482 ID.AddInteger(BA->getTargetFlags());
    [all...]

Completed in 295 milliseconds

1 2