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

1 2

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 49 CGF.EmitBranch(ContBlock);
CGStmt.cpp 371 EmitBranch(BB);
387 void CodeGenFunction::EmitBranch(llvm::BasicBlock *Target) {
537 EmitBranch(IndGotoBB);
589 EmitBranch(ContBlock);
605 EmitBranch(ContBlock);
685 EmitBranch(LoopHeader.getBlock());
842 EmitBranch(CondBlock);
915 EmitBranch(CondBlock);
    [all...]
CGCUDANV.cpp 156 CGF.EmitBranch(EndBlock);
CGOpenMPRuntime.cpp     [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 132 result = EmitBranch(completion.op_);
299 Instruction* InstructionSequenceTest::EmitBranch(TestOperand input_op) {
instruction-sequence-unittest.h 189 Instruction* EmitBranch(TestOperand input_op);
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
lithium-codegen-ppc.h 244 // EmitBranch expects to be the last instruction of a block.
246 void EmitBranch(InstrType instr, Condition condition, CRegister cr = cr7);
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
lithium-codegen-s390.h 244 // EmitBranch expects to be the last instruction of a block.
246 void EmitBranch(InstrType instr, Condition condition);
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
lithium-codegen-x64.h 256 // EmitBranch expects to be the last instruction of a block.
258 void EmitBranch(InstrType instr, Condition cc);
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
lithium-codegen-arm.h 272 // EmitBranch expects to be the last instruction of a block.
274 void EmitBranch(InstrType instr, Condition condition);
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
lithium-codegen-ia32.h 258 // EmitBranch expects to be the last instruction of a block.
260 void EmitBranch(InstrType instr, Condition cc);
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
lithium-codegen-x87.h 286 // EmitBranch expects to be the last instruction of a block.
288 void EmitBranch(InstrType instr, Condition cc);
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
lithium-codegen-mips.h 270 // EmitBranch expects to be the last instruction of a block.
272 void EmitBranch(InstrType instr,
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
lithium-codegen-mips64.h 273 // EmitBranch expects to be the last instruction of a block.
275 void EmitBranch(InstrType instr,
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 139 // Generic version of EmitBranch. It contains some code to avoid emitting a
142 // LCodeGen::EmitBranch, LCodeGen::EmitCompareAndBranch...
148 void EmitBranch(InstrType instr, Condition condition);
lithium-codegen-arm64.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 549 EmitBranch(cond, label, false);
554 EmitBranch(cond, label, true);
562 EmitBranch(AL, label, false);
709 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) {
    [all...]

Completed in 847 milliseconds

1 2