Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp61 std::optional<bool> selectI64ImmDirect(MachineInstr &I,
287 std::optional<bool> PPCInstructionSelector::selectI64ImmDirect(MachineInstr &I, in selectI64ImmDirect() function in PPCInstructionSelector
608 if (std::optional<bool> Res = selectI64ImmDirect(I, MBB, MRI, DstReg, Imm)) { in selectI64Imm()
622 selectI64ImmDirect(I, MBB, MRI, Reg, Imm & 0xffffffff00000000); in selectI64Imm()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1032 static SDNode *selectI64ImmDirect(SelectionDAG *CurDAG, const SDLoc &dl, in selectI64ImmDirect() function
1398 SDNode *Result = selectI64ImmDirect(CurDAG, dl, Imm, InstCntDirect); in selectI64Imm()
1481 selectI64ImmDirect(CurDAG, dl, Imm & 0xffffffff00000000, InstCntDirect); in selectI64Imm()