Searched refs:T1I (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 221 MachineBasicBlock::const_iterator T1I = B->getFirstTerminator(); in matchFlowPattern() local 222 if (T1I == B->end()) in matchFlowPattern() 224 unsigned Opc = T1I->getOpcode(); in matchFlowPattern() 227 unsigned PredR = T1I->getOperand(0).getReg(); in matchFlowPattern() 233 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB(); in matchFlowPattern() 234 MachineBasicBlock::const_iterator T2I = std::next(T1I); in matchFlowPattern()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 313 def tBKPT : T1I<(outs), (ins imm0_255:$val), NoItinerary, "bkpt\t$val", 324 def tHLT : T1I<(outs), (ins imm0_63:$val), NoItinerary, "hlt\t$val", 331 def tSETEND : T1I<(outs), (ins setend_op:$end), NoItinerary, "setend\t$end", 342 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 573 def tBcc : T1I<(outs), (ins thumb_bcc_target:$target, pred:$p), IIC_Br, 768 def tLDMIA : T1I<(outs), (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops), 813 def tPOP : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 823 def tPUSH : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 1113 def tMOVSr : T1I<(outs tGPR:$Rd), (ins tGPR:$Rm), IIC_iMOVr, 1290 def tADR : T1I<(outs tGPR:$Rd), (ins t_adrlabel:$addr, pred:$p),
|
D | ARMInstrThumb2.td | 3658 def tCBZ : T1I<(outs), (ins tGPR:$Rn, thumb_cb_target:$target), IIC_Br, 3670 def tCBNZ : T1I<(outs), (ins tGPR:$Rn, thumb_cb_target:$target), IIC_Br, 4322 def t2SETPAN : T1I<(outs), (ins imm0_1:$imm), NoItinerary, "setpan\t$imm", []>,
|
D | ARMInstrFormats.td | 1053 class T1I<dag oops, dag iops, InstrItinClass itin,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb.td | 268 def tBKPT : T1I<(outs), (ins imm0_255:$val), NoItinerary, "bkpt\t$val", 277 def tSETEND : T1I<(outs), (ins setend_op:$end), NoItinerary, "setend\t$end", 288 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 514 def tBcc : T1I<(outs), (ins t_bcctarget:$target, pred:$p), IIC_Br, 718 def tLDMIA : T1I<(outs), (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops), 762 def tPOP : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 772 def tPUSH : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 1056 def tMOVSr : T1I<(outs tGPR:$Rd), (ins tGPR:$Rm), IIC_iMOVr, 1218 def tADR : T1I<(outs tGPR:$Rd), (ins t_adrlabel:$addr, pred:$p),
|
D | ARMInstrThumb2.td | 3241 def tCBZ : T1I<(outs), (ins tGPR:$Rn, t_cbtarget:$target), IIC_Br, 3253 def tCBNZ : T1I<(outs), (ins tGPR:$Rn, t_cbtarget:$target), IIC_Br,
|
D | ARMInstrFormats.td | 896 class T1I<dag oops, dag iops, InstrItinClass itin,
|