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

  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 32 Br = B.rows(),
36 AB.block(i*Br,j*Bc,Br,Bc) = A(i,j)*B;
52 Br = B.rows(),
54 AB.resize(Ar*Br,Ac*Bc);
70 i = iA*Br + iB,
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 57 MachineInstr *Br;
59 MBBInfo() : Size(0), HasLongBranch(false), Br(0) {}
82 int64_t computeOffset(const MachineInstr *Br);
83 void replaceBranch(MachineBasicBlock &MBB, Iter Br, DebugLoc DL,
105 /// Iterate over list of Br's operands and search for a MachineBasicBlock
107 static MachineBasicBlock *getTargetMBB(const MachineInstr &Br) {
108 for (unsigned I = 0, E = Br.getDesc().getNumOperands(); I < E; ++I) {
109 const MachineOperand &MO = Br.getOperand(I);
185 ReverseIter Br = getNonDebugInstr(MBB->rbegin(), End);
187 if ((Br != End) && !Br->isIndirectBranch() &
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 131 typedef B &Br;
132 (void)Br(*((C1*)0));
163 typedef B &Br;
164 (void)Br(*((A*)0));
170 (void)Br(*((const A*)0)); // const_cast appended
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 116 Value *matchCondition (BranchInst *Br, BasicBlock *NonZeroTarget) const;
283 if (BranchInst *Br = getBranch(BB)) {
284 return Br->isUnconditional() && BB->size() == 1;
290 BranchInst *Br = getBranch(BB);
291 return Br ? Br->getCondition() : 0;
296 BranchInst *Br = getBranch(BB);
297 return Br && Br->isConditional() ? BB : 0;
346 Value *NclPopcountRecognize::matchCondition (BranchInst *Br,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 299 bool fixupImmediateBr(ImmBranch &Br);
300 bool fixupConditionalBr(ImmBranch &Br);
301 bool fixupUnconditionalBr(ImmBranch &Br);
456 DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 142 | Br
    [all...]

Completed in 467 milliseconds