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

1 2

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 49 CGF.EmitBranch(ContBlock);
CGOpenMPRuntimeNVPTX.cpp 162 CGF.EmitBranch(AwaitBB);
190 CGF.EmitBranch(BarrierBB);
196 CGF.EmitBranch(AwaitBB);
233 CGF.EmitBranch(EST.ExitBB);
249 CGF.EmitBranch(TerminateBB);
259 CGF.EmitBranch(EST.ExitBB);
CGStmt.cpp 401 EmitBranch(BB);
417 void CodeGenFunction::EmitBranch(llvm::BasicBlock *Target) {
567 EmitBranch(IndGotoBB);
625 EmitBranch(ContBlock);
647 EmitBranch(ContBlock);
732 EmitBranch(LoopHeader.getBlock());
892 EmitBranch(CondBlock);
    [all...]
CGCUDANV.cpp 158 CGF.EmitBranch(EndBlock);
CGStmtOpenMP.cpp     [all...]
TargetInfo.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 270 // EmitBranch expects to be the last instruction of a block.
272 void EmitBranch(InstrType instr, Condition condition);
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 256 // EmitBranch expects to be the last instruction of a block.
258 void EmitBranch(InstrType instr, Condition cc);
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 242 // EmitBranch expects to be the last instruction of a block.
244 void EmitBranch(InstrType instr, Condition condition, CRegister cr = cr7);
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 242 // EmitBranch expects to be the last instruction of a block.
244 void EmitBranch(InstrType instr, Condition condition);
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 255 // EmitBranch expects to be the last instruction of a block.
257 void EmitBranch(InstrType instr, Condition cc);
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
lithium-codegen-x87.h 284 // EmitBranch expects to be the last instruction of a block.
286 void EmitBranch(InstrType instr, Condition cc);
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
lithium-codegen-mips.h 268 // EmitBranch expects to be the last instruction of a block.
270 void EmitBranch(InstrType instr,
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
lithium-codegen-mips64.h 271 // EmitBranch expects to be the last instruction of a block.
273 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...]

Completed in 196 milliseconds

1 2