Home
last modified time | relevance | path

Searched refs:ToOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h164 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp961 unsigned ToOpcode = To->getOpcode(); in getOperand() local
963 if (FromOpcode == ToOpcode) in getOperand()
965 assert(binary_search(SupportedOp, ToOpcode) && "Unsupported opcode."); in getOperand()
972 if (ToOpcode == Instruction::Mul) { in getOperand()
977 ToCIValue = ToOpcode == Instruction::And in getOperand()
984 if (ToOpcode == Instruction::Shl) { in getOperand()
988 ToCIValue = ToOpcode == Instruction::And in getOperand()
998 assert(is_contained({Instruction::Add, Instruction::Sub}, ToOpcode) && in getOperand()
1006 ToCIValue = ToOpcode == Instruction::Mul in getOperand()
1021 (FromOpcode == Instruction::Add && ToOpcode == Instruction::Sub)) in getOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp205 unsigned ToOpcode) const { in replaceOpcodeWith()
208 FromMI.setDesc(Builder.getTII().get(ToOpcode)); in replaceOpcodeWith()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2018 uint32_t ToOpcode = T->getOpcode(); in VisitHLSLInlineSpirvType() local
2048 ToOpcode, ToSize, ToAlignment, ToOperands); in VisitHLSLInlineSpirvType()