Home
last modified time | relevance | path

Searched refs:cmp_inst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp578 CmpInst *cmp_inst = dyn_cast<CmpInst>(&ii); in CanInterpret() local
580 if (!cmp_inst) { in CanInterpret()
586 switch (cmp_inst->getPredicate()) { in CanInterpret()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td1442 multiclass MOVTF32Pat1<PatFrag cond0, PatFrag cond1, Instruction cmp_inst,
1445 (mov_inst (cmp_inst GPR:$rs1, GPR:$rs2), GPR:$rx, GPR:$false)>;
1447 (mov_inst (cmp_inst GPR:$rs2, GPR:$rs1), GPR:$rx, GPR:$false)>;