HomeSort by relevance Sort by last modified time
    Searched refs:CondReg (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 789 unsigned CondReg = getRegForValue(TI->getOperand(0));
790 if (CondReg == 0)
795 CondReg = FastEmitInst_extractsubreg(MVT::i32, CondReg, /*Kill=*/true,
798 MRI.constrainRegClass(CondReg, &AArch64::GPR32RegClass);
802 .addReg(CondReg)
833 unsigned CondReg = getRegForValue(BI->getCondition());
834 if (CondReg == 0)
846 .addReg(CondReg)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 702 unsigned CondReg = createResultReg(&PPC::CRRCRegClass);
705 CondReg))
709 .addImm(PPCPred).addReg(CondReg).addMBB(TBB);
    [all...]

Completed in 281 milliseconds