HomeSort by relevance Sort by last modified time
    Searched defs:BI (Results 26 - 50 of 72) sorted by null

12 3

  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 47 int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
49 void AddCodeToMergeInOperand(Record *R, BitsInit *BI,
64 BitsInit *BI = R->getValueAsBitsInit("Inst");
66 unsigned numBits = BI->getNumBits();
72 Init *OrigBit = BI->getBit(bit);
73 Init *BitSwap = BI->getBit(bitSwapIdx);
79 NewBits[middle] = BI->getBit(middle);
93 BitsInit *BI, int bit) {
94 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) {
98 } else if (VarInit *VI = dyn_cast<VarInit>(BI->getBit(bit)))
    [all...]
RegisterInfoEmitter.cpp     [all...]
  /frameworks/compile/slang/
slang_rs.cpp 137 // Type(ai) = Type(bi) must hold;
139 // Name(ai) = Name(bi) must hold;
150 BI = ERT->fields_begin();
153 if ((*AI)->getName() != (*BI)->getName())
156 BI++;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 313 public void test_genExemptionBlob$BI() throws InvalidKeyException,
KeyAgreementTest.java 610 public void test_generateSecret$BI() throws Exception {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
String2Test.java 67 public void test_Constructor$BI() {
428 public void test_getBytesII$BI() {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java     [all...]
  /external/clang/lib/AST/
APValue.cpp 492 CXXRecordDecl::base_class_const_iterator BI = CD->bases_begin();
493 for (unsigned I = 0; I != N; ++I, ++BI) {
494 assert(BI != CD->bases_end());
497 getStructBase(I).printPretty(Out, Ctx, BI->getType());
  /external/clang/test/Analysis/
derived-to-base.cpp 72 class BI : public virtual Intermediate {
82 class DI : public BI, public CI {};
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 274 BranchInst * BI = dyn_cast<BranchInst>(BB->getTerminator());
275 if (!BI || !BI->isConditional())
278 Value *Cond = BI->getCondition();
361 BranchInst * BI = dyn_cast<BranchInst>(BB->getTerminator());
362 if (!BI || !BI->isConditional())
365 Value *Cond = BI->getCondition();
421 BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator());
422 if (!BI || !BI->isConditional()
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 467 int BI = 0;
470 while (AI < AN && BI < BN) {
472 ConstantInt *BLow = cast<ConstantInt>(B->getOperand(2 * BI));
478 addRange(EndPoints, BLow, cast<ConstantInt>(B->getOperand(2 * BI + 1)));
479 ++BI;
487 while (BI < BN) {
488 addRange(EndPoints, cast<ConstantInt>(B->getOperand(2 * BI)),
489 cast<ConstantInt>(B->getOperand(2 * BI + 1)));
490 ++BI;
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 231 MachineBasicBlock::instr_iterator BI = I.getInstrIterator();
232 while (++BI != E && BI->isBundledWithPred()) {
233 BI->unbundleFromPred();
234 for (unsigned i = 0, e = BI->getNumOperands(); i != e; ++i) {
235 MachineOperand &MO = BI->getOperand(i);
239 getLiteral(BI, Literals);
240 ClauseContent.push_back(BI);
242 I = BI;
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 141 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE; ++BI) {
142 if (PHINode *PN = dyn_cast<PHINode>(BI)) {
194 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
198 BasicBlock::iterator &BI, Value *V) {
199 Instruction &I = *BI;
208 BI = BIL.erase(BI);
212 /// ReplaceInstWithInst - Replace the instruction specified by BI with th
    [all...]
LoopSimplify.cpp 191 if (BranchInst *BI = dyn_cast<BranchInst>((*I)->getTerminator()))
192 if (BI->isConditional()) {
193 if (UndefValue *Cond = dyn_cast<UndefValue>(BI->getCondition())) {
198 BI->setCondition(ConstantInt::get(Cond->getType(),
199 !L->contains(BI->getSuccessor(0))));
304 BranchInst *BI = dyn_cast<BranchInst>(ExitingBlock->getTerminator());
305 if (!BI || !BI->isConditional()) continue;
306 CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition());
312 for (BasicBlock::iterator I = ExitingBlock->begin(); &*I != BI; ) {
    [all...]
InlineFunction.cpp 474 for (BasicBlock::iterator BI = FI->begin(), BE = FI->end();
475 BI != BE; ++BI) {
476 DebugLoc DL = BI->getDebugLoc();
478 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
479 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
480 LLVMContext &Ctx = BI->getContext();
481 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 92 public void test_getBytesII$BI() {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 765 const SplitAnalysis::BlockInfo &BI = UseBlocks[i];
768 BC.Number = BI.MBB->getNumber();
770 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
771 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
772 BC.ChangesValue = BI.FirstDef.isValid();
781 if (BI.LiveIn) {
784 else if (Intf.first() < BI.FirstInstr)
786 else if (Intf.first() < BI.LastInstr)
791 if (BI.LiveOut) {
794 else if (Intf.last() > BI.LastInstr
    [all...]
SplitKit.cpp 188 BlockInfo BI;
189 BI.MBB = MFI;
191 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
198 ThroughBlocks.set(BI.MBB->getNumber());
205 BI.FirstInstr = *UseI;
206 assert(BI.FirstInstr >= Start);
209 BI.LastInstr = UseI[-1];
210 assert(BI.LastInstr < Stop);
213 BI.LiveIn = LVI->start <= Start;
216 if (!BI.LiveIn)
    [all...]
StackColoring.cpp 210 LivenessMap::const_iterator BI = BlockLiveness.find(*FI);
211 assert(BI != BlockLiveness.end() && "Block not found");
212 const BlockLifetimeInfo &BlockInfo = BI->second;
256 for (MachineBasicBlock::iterator BI = (*FI)->begin(), BE = (*FI)->end();
257 BI != BE; ++BI) {
259 if (BI->getOpcode() != TargetOpcode::LIFETIME_START &&
260 BI->getOpcode() != TargetOpcode::LIFETIME_END)
263 Markers.push_back(BI);
265 bool IsStart = BI->getOpcode() == TargetOpcode::LIFETIME_START
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 374 BasicBlock::iterator BI = StartInst;
375 for (++BI; !isa<TerminatorInst>(BI); ++BI) {
376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
380 if (BI->mayWriteToMemory() || BI->mayReadFromMemory())
385 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) {
401 MemSetInst *MSI = cast<MemSetInst>(BI);
    [all...]
CodeGenPrepare.cpp 279 BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator());
280 if (!BI || !BI->isUnconditional())
285 BasicBlock::iterator BBI = BI;
298 BasicBlock *DestBB = BI->getSuccessor(0);
384 BranchInst *BI = cast<BranchInst>(BB->getTerminator());
385 BasicBlock *DestBB = BI->getSuccessor(0);
743 BasicBlock::iterator BI = BB->begin();
744 do { ++BI; } while (isa<DbgInfoIntrinsic>(BI));
    [all...]
JumpThreading.cpp 182 BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator());
187 if (BI && BI->isUnconditional() &&
195 BasicBlock *Succ = BI->getSuccessor(0);
677 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
679 if (BI->isUnconditional()) return false;
680 Condition = BI->getCondition();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 159 llvm::BranchInst *BI =
161 if (BI && BI->isUnconditional() &&
162 BI->getSuccessor(0) == ReturnBlock.getBlock()) {
167 Builder.SetCurrentDebugLocation(BI->getDebugLoc());
168 Builder.SetInsertPoint(BI->getParent());
169 BI->eraseFromParent();
648 BI = FI->begin(), BE = FI->end(); BI != BE; ++BI)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 712 BasicBlock::iterator BI = SS;
713 if (&*++BI == II)
720 BasicBlock::iterator BI = II;
723 for (++BI; &*BI != TI; ++BI) {
724 if (isa<AllocaInst>(BI)) {
728 if (CallInst *BCI = dyn_cast<CallInst>(BI)) {
    [all...]

Completed in 771 milliseconds

12 3