/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 210 bool FixUpImmediateBr(MachineFunction &MF, ImmBranch &Br); 211 bool FixUpConditionalBr(MachineFunction &MF, ImmBranch &Br); 212 bool FixUpUnconditionalBr(MachineFunction &MF, ImmBranch &Br); [all...] |
ARMFastISel.cpp | [all...] |
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 130 typedef B &Br; 131 (void)Br(*((C1*)0)); 162 typedef B &Br; 163 (void)Br(*((A*)0)); 169 (void)Br(*((const A*)0)); // const_cast appended
|
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 308 if (llvm::BranchInst *Br = dyn_cast<llvm::BranchInst>(Term)) { 309 assert(Br->isUnconditional()); 313 llvm::SwitchInst::Create(Load, Br->getSuccessor(0), 4, Block); 314 Br->eraseFromParent(); 408 llvm::BranchInst *Br = dyn_cast<llvm::BranchInst>(Pred->getTerminator()); 409 if (!Br || Br->isConditional()) return Entry; 410 assert(Br->getSuccessor(0) == Entry); 419 Br->eraseFromParent(); 475 if (llvm::BranchInst *Br = dyn_cast<llvm::BranchInst>(Term)) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 450 const BranchInst *Br = dyn_cast<BranchInst>(SuccBB->getTerminator()); 451 if (Br && Br->isUnconditional()) 452 SuccBB = Br->getSuccessor(0);
|
SelectionDAGISel.cpp | 708 const BranchInst *Br = dyn_cast<BranchInst>(LLVMBB->getTerminator()); 710 if (Br && Br->isUnconditional()) { // Critical edge? 718 CopyCatchInfo(Br->getSuccessor(0), LLVMBB, &MF->getMMI(), *FuncInfo); 730 /// C: br y, ... [all...] |
FastISel.cpp | 913 case Instruction::Br: { [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 163 // br label %nonDominated 176 // br label %split // from lastDominated 181 // br label %split [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 117 I->getOpcode() != MSP430::Br && 199 if (I->getOpcode() == MSP430::Br ||
|
/external/llvm/lib/VMCore/ |
Instruction.cpp | 100 case Br: return "br"; 390 case Br:
|
Instructions.cpp | 614 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, 622 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, 634 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, 643 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, 656 TerminatorInst(Type::getVoidTy(BI.getContext()), Instruction::Br, 661 assert(BI.getNumOperands() == 3 && "BR can have 1 or 3 operands!"); [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 623 INSTKEYWORD(br, Br);
|
/external/llvm/include/llvm/ |
Instructions.h | [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 1038 const BranchInst* br = cast<BranchInst>(I); local [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ObjCARC.cpp | 319 case Instruction::Ret: case Instruction::Br: [all...] |