HomeSort by relevance Sort by last modified time
    Searched refs:ConstantOp (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 117 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 403 Constant *ConstantOp = nullptr;
419 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1));
420 if (!ConstantOp)
442 } else if (I->getOperand(1) != ConstantOp) {
491 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp);
501 PhiVal, ConstantOp);
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 102 case StackMaps::ConstantOp: {
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 570 // Check for constants and encode them with a StackMaps::ConstantOp prefix.
572 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
575 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 136 milliseconds