Home
last modified time | relevance | path

Searched refs:OpX (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp638 Value *OpX = nullptr; in visitFMul() local
643 OpX = Op1; in visitFMul()
647 OpX = Op0; in visitFMul()
651 if (OpX && OpY) { in visitFMul()
655 Value *FMulVal = Builder->CreateFMul(OpX, Log2); in visitFMul()
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp807 MachineOperand &OpX = Prev.getOperand(OpIdx[Row][2]); in reassociateOps() local
813 unsigned RegX = OpX.getReg(); in reassociateOps()
836 bool KillX = OpX.isKill(); in reassociateOps()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp697 MachineOperand &OpX = Prev.getOperand(OpIdx[Row][2]); in reassociateOps() local
703 unsigned RegX = OpX.getReg(); in reassociateOps()
726 bool KillX = OpX.isKill(); in reassociateOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp358 const MachineOperand &OpX = MI->getOperand(ImmX); in profit() local
359 if (OpX.isImm()) { in profit()
360 int64_t V = OpX.getImm(); in profit()
DHexagonConstPropagation.cpp1847 static APInt getCmpImm(unsigned Opc, unsigned OpX,
2456 APInt HexagonConstEvaluator::getCmpImm(unsigned Opc, unsigned OpX, in getCmpImm() argument