Searched refs:update_pred (Results 1 – 25 of 28) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/r600/ |
D | r700_asm.c | 75 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in r700_bytecode_alu_build() 122 alu->update_pred = G_SQ_ALU_WORD1_OP2_UPDATE_PRED(word1); in r700_bytecode_alu_read()
|
D | r600_asm.h | 62 unsigned update_pred; member
|
D | eg_asm.c | 329 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in eg_bytecode_alu_build()
|
D | r600_asm.c | 1659 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in r600_bytecode_alu_build() 2276 alu->update_pred ? 'P':' ', in r600_bytecode_disasm() 2838 alu->update_pred = G_SQ_ALU_WORD1_OP2_UPDATE_PRED(word1); in r600_bytecode_alu_read()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 436 .UPDATE_PRED(bc.update_pred) in build_alu() 451 .UPDATE_PRED(bc.update_pred) in build_alu() 465 .UPDATE_PRED(bc.update_pred) in build_alu() 480 .UPDATE_PRED(bc.update_pred) in build_alu()
|
D | sb_bc.h | 529 unsigned update_pred:1; member 558 update_pred = 0; in clear()
|
D | sb_bc_decoder.cpp | 377 bc.update_pred = w1.get_UPDATE_PRED(); in decode_alu() 396 bc.update_pred = w1.get_UPDATE_PRED(); in decode_alu()
|
D | sb_bc_dump.cpp | 381 s << (n.bc.update_pred ? "P" : " "); in dump()
|
D | sb_bc_finalize.cpp | 340 n->bc.update_pred = (n->dst[1] != NULL); in finalize_alu_group()
|
D | sb_bc_parser.cpp | 427 if (n->bc.update_pred) in prepare_alu_group()
|
D | sb_expr.cpp | 1330 a->bc.update_pred = 0; in convert_predset_to_set()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrFormats.td | 126 bits<1> update_pred; 133 let Word1{3} = update_pred;
|
D | R600ExpandSpecialInstrs.cpp | 114 TII->setImmOperand(*PredSet, AMDGPU::OpName::update_pred, 1); in runOnMachineFunction()
|
D | R600Instructions.td | 114 let update_pred = 0; 137 (ins UEM:$update_exec_mask, UP:$update_pred, WRITE:$write, 144 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
D | R600InstrInfo.cpp | 1316 OPERAND_CASE(AMDGPU::OpName::update_pred) in getSlotedOps() 1357 AMDGPU::OpName::update_pred, in buildSlotOfVectorInstruction()
|
D | EvergreenInstructions.td | 418 let update_pred = 0;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600InstrFormats.td | 135 bits<1> update_pred; 142 let Word1{3} = update_pred;
|
D | R600ExpandSpecialInstrs.cpp | 129 TII->setImmOperand(*PredSet, R600::OpName::update_pred, 1); in runOnMachineFunction()
|
D | R600InstrInfo.cpp | 1294 OPERAND_CASE(R600::OpName::update_pred) in getSlotedOps() 1335 R600::OpName::update_pred, in buildSlotOfVectorInstruction()
|
D | R600Instructions.td | 124 let update_pred = 0; 147 (ins UEM:$update_exec_mask, UP:$update_pred, WRITE:$write, 154 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrFormats.td | 135 bits<1> update_pred; 142 let Word1{3} = update_pred;
|
D | R600ExpandSpecialInstrs.cpp | 129 TII->setImmOperand(*PredSet, R600::OpName::update_pred, 1); in runOnMachineFunction()
|
D | R600InstrInfo.cpp | 1293 OPERAND_CASE(R600::OpName::update_pred) in getSlotedOps() 1334 R600::OpName::update_pred, in buildSlotOfVectorInstruction()
|
D | R600Instructions.td | 124 let update_pred = 0; 147 (ins UEM:$update_exec_mask, UP:$update_pred, WRITE:$write, 154 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
D | EvergreenInstructions.td | 492 let update_pred = 0;
|
12