HomeSort by: relevance | last modified time | path
    Searched defs:legalizeOperands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 2912 legalizeOperands(UseMI);
5362 SIInstrInfo::legalizeOperands(MachineInstr &MI,
5910 CreatedBBTmp = legalizeOperands(*CarryOp);
5938 CreatedBBTmp = legalizeOperands(*NewInstr, MDT);
5959 CreatedBBTmp = legalizeOperands(Inst, MDT);
6054 CreatedBBTmp = legalizeOperands(Inst, MDT);
6092 MachineBasicBlock *NewBB = legalizeOperands(Inst, MDT);
6169 legalizeOperands(*UpdatedInst, MDT);
6373 // We don't need to legalizeOperands here because for a single operand, src0
6445 legalizeOperands(*LoHalf, MDT)
    [all...]
SIInstrInfo.cpp 2912 legalizeOperands(UseMI);
5362 SIInstrInfo::legalizeOperands(MachineInstr &MI,
5910 CreatedBBTmp = legalizeOperands(*CarryOp);
5938 CreatedBBTmp = legalizeOperands(*NewInstr, MDT);
5959 CreatedBBTmp = legalizeOperands(Inst, MDT);
6054 CreatedBBTmp = legalizeOperands(Inst, MDT);
6092 MachineBasicBlock *NewBB = legalizeOperands(Inst, MDT);
6169 legalizeOperands(*UpdatedInst, MDT);
6373 // We don't need to legalizeOperands here because for a single operand, src0
6445 legalizeOperands(*LoHalf, MDT)
    [all...]

Completed in 110 milliseconds