Searched defs:Opcode (Results 126 - 150 of 150) sorted by relevance

123456

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp434 unsigned Opcode = MCID.getOpcode(); local
808 unsigned Opcode = Op->getOpcode(); local
844 unsigned Opcode = Op->getOpcode(); local
864 unsigned Opcode = Op->getOpcode(); local
939 unsigned Opcode = Op->getOpcode(); local
1348 unsigned Opcode = Op->getOpcode(); local
1457 unsigned Opcode = 0; local
1531 unsigned Opcode = 0; local
2405 unsigned Opcode = Subtarget->isThumb2() ? ARM::t2ABS : ARM::ABS; local
[all...]
H A DARMBaseInstrInfo.cpp1282 unsigned Opcode = Orig->getOpcode(); local
1323 int Opcode = MI0->getOpcode(); local
1972 unsigned Opcode = MI.getOpcode(); local
3852 unsigned Opcode = Node->getMachineOpcode(); local
3909 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument
[all...]
H A DARMISelLowering.cpp5673 unsigned Opcode = N->getOpcode(); local
5684 unsigned Opcode = N->getOpcode(); local
8518 unsigned Opcode = N0.getOpcode(); local
10020 unsigned Opcode = 0; local
11063 unsigned Opcode = Op->getOpcode(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp558 static const MCInstrDesc &getInstDesc(unsigned Opcode) { argument
848 MatchAndEmitInstruction( SMLoc IDLoc, unsigned &Opcode, SmallVectorImpl<MCParsedAsmOperand *> &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2968 expandAtomicRMW(MachineInstr *MI, MachineBasicBlock *MBB, unsigned Opcode, unsigned CondCode) const argument
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1348 static void adjustForTestUnderMask(SelectionDAG &DAG, unsigned &Opcode, argument
1416 unsigned Opcode, ICmpType = 0; local
1477 lowerGR128Binary(SelectionDAG &DAG, SDLoc DL, EVT VT, unsigned Extend, unsigned Opcode, SDValue Op0, SDValue Op1, SDValue &Even, SDValue &Odd) argument
1857 unsigned Opcode; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2265 static bool convertToSExti8(MCInst &Inst, unsigned Opcode, unsigned Reg, argument
2277 static bool convert16i16to16ri8(MCInst &Inst, unsigned Opcode, argument
2286 static bool convert32i32to32ri8(MCInst &Inst, unsigned Opcode, argument
2295 static bool convert64i32to64ri8(MCInst &Inst, unsigned Opcode, argument
2387 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2053 unsigned Opcode = Node->getOpcode(); local
[all...]
H A DX86InstrInfo.cpp1515 static bool isFrameLoadOpcode(int Opcode) { argument
1545 static bool isFrameStoreOpcode(int Opcode) { argument
3871 static MachineInstr *FuseTwoAddrInst(MachineFunction &MF, unsigned Opcode, argument
3924 static MachineInstr *MakeM0Inst(const TargetInstrInfo &TII, unsigned Opcode, argument
3899 FuseInst(MachineFunction &MF, unsigned Opcode, unsigned OpNo, const SmallVectorImpl<MachineOperand> &MOs, MachineInstr *MI, const TargetInstrInfo &TII) argument
3996 unsigned Opcode = I->second.first; local
4060 hasPartialRegUpdate(unsigned Opcode) argument
4113 hasUndefRegUpdate(unsigned Opcode) argument
[all...]
H A DX86ISelLowering.cpp3008 unsigned Opcode = Def->getOpcode(); local
3262 static bool isTargetShuffle(unsigned Opcode) { argument
5022 unsigned Opcode = V.getOpcode(); local
9472 unsigned Opcode = 0; local
10198 unsigned Opcode = VT == MVT::f32 ? X86ISD::FSETCCss : X86ISD::FSETCCsd; local
11174 unsigned Opcode; local
11239 unsigned Opcode; local
11300 unsigned Opcode; local
11335 unsigned Opcode; local
11490 unsigned Opcode; local
11537 unsigned Opcode; local
11577 unsigned Opcode; local
11633 unsigned Opcode; local
11831 unsigned Opcode = (IntNo == Intrinsic::x86_rdseed_16 || local
13638 unsigned Opcode = Regs64bit ? X86ISD::LCMPXCHG16_DAG : local
16623 unsigned Opcode = 0; local
17712 unsigned Opcode = N->getOpcode(); local
18837 unsigned Opcode; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp197 Expression ValueTable::create_cmp_expression(unsigned Opcode, argument
469 uint32_t ValueTable::lookup_or_add_cmp(unsigned Opcode, argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp531 unsigned getInstrCost(unsigned Opcode, Type *T1, Type *T2) { argument
H A DSLPVectorizer.cpp157 unsigned Opcode = I0->getOpcode(); local
755 unsigned Opcode = getSameOpcode(VL); local
976 unsigned Opcode = VL0->getOpcode(); local
1348 unsigned Opcode = VL0->getOpcode(); local
2386 createBinOp(IRBuilder< &Builder, unsigned Opcode, Value *L, Value *R, const Twine &Name = �) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1582 handleIntIntBinOp(EvalInfo &Info, const Expr *E, const APSInt &LHS, BinaryOperatorKind Opcode, APSInt RHS, APSInt &Result) argument
1681 handleFloatFloatBinOp(EvalInfo &Info, const Expr *E, APFloat &LHS, BinaryOperatorKind Opcode, const APFloat &RHS) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1612 unsigned Opcode = N->getOpcode(); local
1761 unsigned Opcode = N->getOpcode(); local
2392 unsigned Opcode = N->getOpcode(); local
[all...]
H A DSelectionDAG.cpp251 static int isSignedOp(ISD::CondCode Opcode) { argument
2485 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, EVT VT) { argument
2503 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, argument
2769 FoldConstantArithmetic(unsigned Opcode, EVT VT, SDNode *Cst1, SDNode *Cst2) argument
2878 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3344 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3451 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3458 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4184 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, SDValue* Ops, unsigned NumOps, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4215 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachinePointerInfo PtrInfo, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4243 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4259 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4290 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4318 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4349 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4377 getMemIntrinsicNode(unsigned Opcode, SDLoc dl, const EVT *VTs, unsigned NumVTs, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument
4389 getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument
4412 getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachineMemOperand *MMO) argument
4776 getNode(unsigned Opcode, SDLoc DL, EVT VT, const SDUse *Ops, unsigned NumOps) argument
4792 getNode(unsigned Opcode, SDLoc DL, EVT VT, const SDValue *Ops, unsigned NumOps) argument
4849 getNode(unsigned Opcode, SDLoc DL, ArrayRef<EVT> ResultTys, const SDValue *Ops, unsigned NumOps) argument
4856 getNode(unsigned Opcode, SDLoc DL, const EVT *VTs, unsigned NumVTs, const SDValue *Ops, unsigned NumOps) argument
4864 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, const SDValue *Ops, unsigned NumOps) argument
4941 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList) argument
4945 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1) argument
4951 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4957 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4963 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4970 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
5411 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT) argument
5417 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT, SDValue Op1) argument
5424 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT, SDValue Op1, SDValue Op2) argument
5432 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5440 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT, ArrayRef<SDValue> Ops) argument
5447 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2) argument
5453 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1) argument
5461 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
5469 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5478 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) argument
5486 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2) argument
5495 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5504 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, ArrayRef<SDValue> Ops) argument
5512 getMachineNode(unsigned Opcode, SDLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, ArrayRef<SDValue> Ops) argument
5520 getMachineNode(unsigned Opcode, SDLoc dl, ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops) argument
5528 getMachineNode(unsigned Opcode, SDLoc DL, SDVTList VTs, ArrayRef<SDValue> OpsArray) argument
5594 getNodeIfExists(unsigned Opcode, SDVTList VTList, const SDValue *Ops, unsigned NumOps) argument
[all...]
H A DDAGCombiner.cpp7298 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD; local
9614 unsigned Opcode = ISD::DELETED_NODE; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2521 unsigned Opcode; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2615 unsigned Opcode = 0; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp47 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform member in struct:__anon3213::BinOpInfo
845 BinaryOperatorKind Opcode = Info.Opcode; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp101 unsigned Opcode; member in struct:__anon2381::ParseStatementInfo
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5361 const unsigned Opcode = Inst.getOpcode(); local
7664 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1641 typedef UnaryOperatorKind Opcode; typedef in class:clang::StringLiteral::UnaryOperator
2890 typedef BinaryOperatorKind Opcode; typedef in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Daclocal.h672 UINT16 Opcode; member in struct:acpi_control_state
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp5802 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, argument

Completed in 864 milliseconds

123456