Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h223 MachineBasicBlock *expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB,
H A DSparcISelLowering.cpp3342 return expandSelectCC(MI, BB, SP::BPICC); in EmitInstrWithCustomInserter()
3343 return expandSelectCC(MI, BB, SP::BCOND); in EmitInstrWithCustomInserter()
3348 return expandSelectCC(MI, BB, SP::BPXCC); in EmitInstrWithCustomInserter()
3354 return expandSelectCC(MI, BB, SP::FBCOND_V9); in EmitInstrWithCustomInserter()
3355 return expandSelectCC(MI, BB, SP::FBCOND); in EmitInstrWithCustomInserter()
3360 SparcTargetLowering::expandSelectCC(MachineInstr &MI, MachineBasicBlock *BB, in expandSelectCC() function in SparcTargetLowering