Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h217 MachineBasicBlock *expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB,
H A DSparcISelLowering.cpp3227 return expandSelectCC(MI, BB, SP::BCOND); in EmitInstrWithCustomInserter()
3232 return expandSelectCC(MI, BB, SP::BPXCC); in EmitInstrWithCustomInserter()
3237 return expandSelectCC(MI, BB, SP::FBCOND); in EmitInstrWithCustomInserter()
3242 SparcTargetLowering::expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB, in expandSelectCC() function in SparcTargetLowering