Home
last modified time | relevance | path

Searched refs:emitSelectPseudo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp963 emitSelectPseudo(MachineInstr &MI, MachineBasicBlock *BB, unsigned Opcode) { in emitSelectPseudo() function
1034 return emitSelectPseudo(MI, BB, CSKY::BT32); in EmitInstrWithCustomInserter()
1036 return emitSelectPseudo(MI, BB, CSKY::BT16); in EmitInstrWithCustomInserter()
1038 return emitSelectPseudo(MI, BB, CSKY::BT32); in EmitInstrWithCustomInserter()
1040 return emitSelectPseudo(MI, BB, CSKY::BT16); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6276 emitSelectPseudo(MachineInstr &MI, MachineBasicBlock *BB, in emitSelectPseudo() function
6445 return emitSelectPseudo(MI, BB, Subtarget); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21537 static MachineBasicBlock *emitSelectPseudo(MachineInstr &MI, in emitSelectPseudo() function
21919 return emitSelectPseudo(MI, BB, Subtarget); in EmitInstrWithCustomInserter()