Searched defs:Op1 (Results 26 - 50 of 136) sorted by relevance

123456

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h104 const MachineOperand &Op1 = MI->getOperand(Operand + 1); local
H A DX86PartialReduction.cpp208 Value *Op1 = getZeroExtendedVal(Sub->getOperand(1)); local
H A DX86OptimizeLEAs.cpp403 const MachineOperand &Op1 = MI1.getOperand(N1 + X86::AddrDisp); local
H A DX86FloatingPoint.cpp1297 unsigned Op1 = getFPReg(MI.getOperand(NumOperands - 1)); local
1395 unsigned Op1 local
1421 unsigned Op1 = getFPReg(MI.getOperand(2)); local
[all...]
H A DX86AvoidStoreForwardingBlocks.cpp523 bool X86AvoidSFBPass::alias(const MachineMemOperand &Op1, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp341 const MachineOperand &Op1 = OpList1[i]; local
[all...]
H A DPPCExpandISEL.cpp87 bool useSameRegister(const MachineOperand &Op1, const MachineOperand &Op2) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp165 ConstantAsMetadata *Op1 = local
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dasltree.c541 TrLinkPeerOp( ACPI_PARSE_OBJECT *Op1, ACPI_PARSE_OBJECT *Op2) argument
678 TrLinkChildOp( ACPI_PARSE_OBJECT *Op1, ACPI_PARSE_OBJECT *Op2) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp162 SDValue Op0, Op1; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp224 Value *Op1 = VPI.getOperand(1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp171 auto &Op1 = Def->getOperand(1); local
H A DAMDGPUInstCombineIntrinsic.cpp170 bool GCNTTIImpl::canSimplifyLegacyMulToMul(const Value *Op0, const Value *Op1, argument
807 Value *Op1 = II.getArgOperand(1); local
853 Value *Op1 = II.getArgOperand(1); local
873 Value *Op1 = II.getArgOperand(1); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp269 BPFOperand &Op1 = (BPFOperand &)*Operands[1]; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp135 const MachineOperand &Op1 = MI.getOperand(1); local
148 const MachineOperand &Op1 = MI.getOperand(1); local
H A DHexagonISelLoweringHVX.cpp455 getByteShuffle(const SDLoc &dl, SDValue Op0, SDValue Op1, ArrayRef<int> Mask, SelectionDAG &DAG) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp521 matchTernaryOp(BinaryOperator *I, Value *V, Value *&Op1, Value *&Op2) argument
H A DCorrelatedValuePropagation.cpp1003 Constant *Op1 = dyn_cast<Constant>(C->getOperand(1)); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp261 uint64_t Op1 = Opcode & DWARF_CFI_PRIMARY_OPERAND_MASK; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { argument
258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, argument
346 unsigned Op1, Op2; local
359 unsigned Op1, Op2; local
372 unsigned Op1, Op2; local
385 unsigned Op1, Op2; local
399 unsigned Op1, Op2; local
412 unsigned Op1, Op2; local
425 unsigned Op1, Op2; local
510 unsigned Op1, Op2; local
524 unsigned Op1, Op2; local
538 unsigned Op1, Op2, Op3; local
551 unsigned Op1, Op2, Op3; local
564 unsigned Op1, Op2, Op3; local
577 unsigned Op1, Op2, Op3; local
590 unsigned Op1, Op2, Op3; local
604 unsigned Op1, Op2, Op3; local
619 unsigned Op1, Op2, Op3; local
633 unsigned Op1, Op2, Op3; local
647 unsigned Op1, Op2, Op3, Op4, Op5, Op6; local
681 unsigned Op1, Op2, Op3, Op4, Op5; local
701 unsigned Op1, Op2, Op3; local
720 unsigned Op1, Op2, Op3; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp220 Value *Op0, *Op1; local
329 Value *Op1 = I.getOperand(1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp345 const MachineOperand &Op1 = I->getOperand(1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp917 SDValue Op1 = Node->getOperand(1); local
1173 SDValue Op1 = Node->getOperand(1); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp437 Optional<APInt> llvm::ConstantFoldBinOp(unsigned Opcode, const Register Op1, argument
492 Optional<APFloat> llvm::ConstantFoldFPBinOp(unsigned Opcode, const Register Op1, argument
659 Optional<APInt> llvm::ConstantFoldExtOp(unsigned Opcode, const Register Op1, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp311 Optional<int64_t> Op1 = getIfConst(I->getOperand(1)); local

Completed in 397 milliseconds

123456