Searched refs:Ops1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1205 Constant *Ops0, Constant *Ops1,
1219 if (Ops1->isNullValue()) {
1242 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1272 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) {
1274 Predicate, CE0->getOperand(0), Ops1, DL, TLI);
1276 Predicate, CE0->getOperand(1), Ops1, DL, TLI);
1281 } else if (isa<ConstantExpr>(Ops1)) {
1285 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1288 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
1204 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp506 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2)
507 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()),
510 for (Metadata *MD : Ops1)
505 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h124 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
125 : MDNode(C, ID, Storage, Ops1, Ops2) {
219 unsigned Tag, ArrayRef<Metadata *> Ops1,
221 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) {
3114 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
3115 : MDNode(C, ID, Storage, Ops1, Ops2) {
123 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) argument
H A DMetadata.h883 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4769 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; local
4770 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1);
4792 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; local
4793 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12470 SmallVector<SDValue, 4> Ops1; local
12471 Ops1.push_back(N1->getOperand(0));
12473 Ops1.push_back(N1->getOperand(1));
12474 Ops1.push_back(DCI.DAG.getConstant(Opposite1, SDLoc(N1), MVT::i32));
12477 SDValue NewN1 = DCI.DAG.getNode(N1->getOpcode(), SDLoc(N1), VT, Ops1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10540 const SDValue Ops1[] = { local
10548 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 411 milliseconds