Searched defs:first_instr (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
485 if (first_instr) {
486 LLVMPositionBuilderBefore(first_builder, first_instr);
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
528 if (first_instr) {
529 LLVMPositionBuilderBefore(first_builder, first_instr);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
485 if (first_instr) {
486 LLVMPositionBuilderBefore(first_builder, first_instr);
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
528 if (first_instr) {
529 LLVMPositionBuilderBefore(first_builder, first_instr);
/external/chromium_org/v8/src/
H A Dlithium.cc316 LInstruction* first_instr = instructions()->at(first); local
319 LLabel* label = LLabel::cast(first_instr);
/external/v8/src/arm/
H A Dlithium-arm.cc448 LInstruction* first_instr = instructions()->at(first); local
451 LLabel* label = LLabel::cast(first_instr);
/external/v8/src/ia32/
H A Dlithium-ia32.cc392 LInstruction* first_instr = instructions()->at(first); local
395 LLabel* label = LLabel::cast(first_instr);
/external/v8/src/mips/
H A Dlithium-mips.cc448 LInstruction* first_instr = instructions()->at(first); local
451 LLabel* label = LLabel::cast(first_instr);
/external/v8/src/x64/
H A Dlithium-x64.cc390 LInstruction* first_instr = instructions()->at(first); local
393 LLabel* label = LLabel::cast(first_instr);

Completed in 176 milliseconds