Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h214 MachineBasicBlock *expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB,
DSparcISelLowering.cpp3098 return expandSelectCC(MI, BB, SP::BCOND); in EmitInstrWithCustomInserter()
3103 return expandSelectCC(MI, BB, SP::FBCOND); in EmitInstrWithCustomInserter()
3114 SparcTargetLowering::expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB, in expandSelectCC() function in SparcTargetLowering