Searched refs:emitSelectPseudo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 963 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 D | LoongArchISelLowering.cpp | 6276 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 D | RISCVISelLowering.cpp | 21537 static MachineBasicBlock *emitSelectPseudo(MachineInstr &MI, in emitSelectPseudo() function 21919 return emitSelectPseudo(MI, BB, Subtarget); in EmitInstrWithCustomInserter()
|