HomeSort by relevance Sort by last modified time
    Searched refs:EmitBranch (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 50 CGF.EmitBranch(ContBlock);
CGCUDANV.cpp 118 CGF.EmitBranch(EndBlock);
CGStmt.cpp 305 EmitBranch(BB);
321 void CodeGenFunction::EmitBranch(llvm::BasicBlock *Target) {
471 EmitBranch(IndGotoBB);
523 EmitBranch(ContBlock);
538 EmitBranch(ContBlock);
705 EmitBranch(LoopHeader.getBlock());
871 EmitBranch(CondBlock);
954 EmitBranch(CondBlock);
    [all...]
CGExprCXX.cpp     [all...]
CGExprComplex.cpp 764 CGF.EmitBranch(ContBlock);
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 92 void MipsAssembler::EmitBranch(Register rt, Register rs, Label* label, bool equal) {
850 EmitBranch(in_reg.AsCoreRegister(), ZERO, &null_arg, true);
871 EmitBranch(scratch.AsCoreRegister(), ZERO, &null_arg, true);
891 EmitBranch(in_reg.AsCoreRegister(), ZERO, &null_arg, true);
    [all...]
assembler_mips.h 150 void EmitBranch(Register rt, Register rs, Label* label, bool equal);
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
lithium-codegen-x64.h 260 // EmitBranch expects to be the last instruction of a block.
262 void EmitBranch(InstrType instr, Condition cc);
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
lithium-codegen-ia32.h 266 // EmitBranch expects to be the last instruction of a block.
268 void EmitBranch(InstrType instr, Condition cc);
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
lithium-codegen-arm.h 279 // EmitBranch expects to be the last instruction of a block.
281 void EmitBranch(InstrType instr, Condition condition);
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
lithium-codegen-mips.h 278 // EmitBranch expects to be the last instruction of a block.
280 void EmitBranch(InstrType instr,
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]
lithium-codegen-x87.h 293 // EmitBranch expects to be the last instruction of a block.
295 void EmitBranch(InstrType instr, Condition cc);
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 151 // Generic version of EmitBranch. It contains some code to avoid emitting a
154 // LCodeGen::EmitBranch, LCodeGen::EmitCompareAndBranch...
160 void EmitBranch(InstrType instr, Condition condition);
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 279 // EmitBranch expects to be the last instruction of a block.
281 void EmitBranch(InstrType instr,
lithium-codegen-mips64.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 490 EmitBranch(cond, label, false);
495 EmitBranch(cond, label, true);
503 EmitBranch(AL, label, false);
650 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) {
    [all...]
assembler_thumb2.cc 575 EmitBranch(cond, label, false, false);
581 EmitBranch(cond, label, true, false);
586 EmitBranch(AL, label, true, true);
594 EmitBranch(AL, label, false, false);
    [all...]
assembler_arm32.h 356 void EmitBranch(Condition cond, Label* label, bool link);
assembler_thumb2.h 414 void EmitBranch(Condition cond, Label* label, bool link, bool x);

Completed in 483 milliseconds

1 2