Searched defs:Ops (Results 51 - 75 of 93) sorted by relevance

1234

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp616 Value *Ops[] = { Val }; local
H A DReassociate.cpp64 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) { argument
497 LinearizeExprTree(BinaryOperator *I, SmallVectorImpl<RepeatedValue> &Ops) argument
673 RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops) argument
969 FindInOperandList(SmallVectorImpl<ValueEntry> &Ops, unsigned i, Value *X) argument
985 EmitAddTreeOfValues(Instruction *I, SmallVectorImpl<WeakVH> &Ops) argument
1059 FindSingleUseMultiplyFactors(Value *V, SmallVectorImpl<Value*> &Factors, const SmallVectorImpl<ValueEntry> &Ops) argument
1077 OptimizeAndOrXor(unsigned Opcode, SmallVectorImpl<ValueEntry> &Ops) argument
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp345 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
358 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, const std::vector<bit_value_t> &ParentFilterBitValues, const FilterChooser &parent) argument
H A DAsmMatcherEmitter.cpp702 std::pair<StringRef, StringRef> Ops = S.split('='); local
724 std::pair<StringRef, StringRef> Ops = local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp596 Constant *Ops[] = { CLHS, CRHS }; local
738 Constant *Ops[] = { CLHS, CRHS }; local
872 Constant *Ops[] = { CLHS, CRHS }; local
914 Constant *Ops[] = { CLHS, CRHS }; local
952 Constant *Ops[] = { CLHS, CRHS }; local
978 Constant *Ops[] = { CLHS, CRHS }; local
1069 Constant *Ops[] = { C0, C1 }; local
1192 Constant *Ops[] = { C0, C1 }; local
1297 Constant *Ops[] = { C0, C1 }; local
1434 Constant *Ops[] = { CLHS, CRHS }; local
1533 Constant *Ops[] = { CLHS, CRHS }; local
1627 Constant *Ops[] = { CLHS, CRHS }; local
2732 SimplifyGEPInst(ArrayRef<Value *> Ops, const Query &Q, unsigned) argument
2771 SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
[all...]
H A DScalarEvolution.cpp639 static void GroupByComplexity(SmallVectorImpl<const SCEV *> &Ops, argument
1344 SmallVector<const SCEV *, 4> Ops; local
1385 CollectAddOperandsWithScales(DenseMap<const SCEV *, APInt> &M, SmallVectorImpl<const SCEV *> &NewOps, APInt &AccumulatedConstant, const SCEV *const *Ops, size_t NumOperands, const APInt &Scale, ScalarEvolution &SE) argument
1461 getAddExpr(SmallVectorImpl<const SCEV *> &Ops, SCEV::NoWrapFlags Flags) argument
[all...]
H A DScalarEvolutionExpander.cpp306 static void SimplifyAddOperands(SmallVectorImpl<const SCEV *> &Ops, argument
335 SplitAddRecs(SmallVectorImpl<const SCEV *> &Ops, Type *Ty, ScalarEvolution &SE) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp957 SmallVector<unsigned,8> Ops; local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1623 SelectInlineAsmMemoryOperands(std::vector<SDValue> &Ops) { argument
2085 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, const SDValue *Ops, unsigned NumOps, unsigned EmitNodeInfo) argument
[all...]
H A DTargetLowering.cpp199 SDValue Ops[2] = { NewLHS, NewRHS }; local
84 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, SDLoc dl, bool doesNotReturn, bool isReturnValueUsed) const argument
1996 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
[all...]
H A DLegalizeIntegerTypes.cpp433 SDValue Ops[] = { N->getOperand(0), N->getOperand(1) }; local
2006 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2070 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2122 SDValue Ops[] = { LHSL, LHSH, ShiftOp }; local
2165 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2249 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2389 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2409 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
2895 SmallVector<SDValue, 8> Ops; local
2942 SmallVector<SDValue, 8> Ops; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1738 RescheduleOps(MachineBasicBlock *MBB, SmallVectorImpl<MachineInstr *> &Ops, unsigned Base, bool isLd, DenseMap<MachineInstr*, unsigned> &MI2LocMap) argument
[all...]
H A DARMISelDAGToDAG.cpp1504 SDValue Ops[]= { Base, AMOpc, getAL(CurDAG), local
1511 SDValue Ops[]= { Base, Offset, AMOpc, getAL(CurDAG), local
1560 SDValue Ops[]= { Base, Offset, getAL(CurDAG), local
1576 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1 }; local
1587 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1 }; local
1597 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1 }; local
1607 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1 }; local
1621 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1, local
1635 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1, local
1649 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1, local
1832 SmallVector<SDValue, 7> Ops; local
1957 SmallVector<SDValue, 7> Ops; local
2122 SmallVector<SDValue, 8> Ops; local
2219 SmallVector<SDValue, 6> Ops; local
2281 SmallVector<SDValue, 6> Ops; local
2324 SDValue Ops[] = { N->getOperand(0).getOperand(0), local
2335 SDValue Ops[] = { N->getOperand(0).getOperand(0), ShOpc, local
2340 SDValue Ops[] = { N->getOperand(0).getOperand(0), local
2363 SDValue Ops[] = { N->getOperand(0).getOperand(0), local
2443 SmallVector<SDValue, 6> Ops; local
2505 SDValue Ops[] = { CPIdx, Pred, PredReg, CurDAG->getEntryNode() }; local
2509 SDValue Ops[] = { local
2532 SDValue Ops[] = { TFI, CurDAG->getTargetConstant(0, MVT::i32), local
2538 SDValue Ops[] = { TFI, CurDAG->getTargetConstant(0, MVT::i32), local
2567 SDValue Ops[] = { V, V, ShImmOp, getAL(CurDAG), Reg0, Reg0 }; local
2570 SDValue Ops[] = { V, V, Reg0, ShImmOp, getAL(CurDAG), Reg0, Reg0 }; local
2583 SDValue Ops[] = { V, V, ShImmOp, getAL(CurDAG), Reg0, Reg0 }; local
2586 SDValue Ops[] = { V, V, Reg0, ShImmOp, getAL(CurDAG), Reg0, Reg0 }; local
2626 SDValue Ops[] = { N0.getOperand(0), Imm16, local
2641 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
2645 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
2657 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
2661 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
2671 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), local
2676 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), local
2687 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), local
2692 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), local
2739 SDValue Ops[] = { N1, Tmp2, N3, Chain, InFlag }; local
2768 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), Pred, PredReg }; local
2788 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), Pred, PredReg }; local
2807 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), Pred, PredReg }; local
3048 SmallVector<SDValue, 7> Ops; local
3102 SmallVector<SDValue, 7> Ops; local
3296 SmallVector<SDValue, 6> Ops; local
3313 SmallVector<SDValue, 6> Ops; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp706 SDValue Ops[] = {Base, CurDAG->getTargetConstant(Val, MVT::i32), Value, local
732 SDValue Ops[] = { Base, CurDAG->getTargetConstant(0, MVT::i32), Value, local
796 SDValue Ops[] = {SDValue(NewBase,0), local
1219 SmallVector<SDValue, 8> Ops; local
[all...]
H A DHexagonISelLowering.cpp582 SmallVector<SDValue, 8> Ops; local
819 SDValue Ops[ local
[all...]
H A DHexagonInstrInfo.cpp555 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, const SmallVectorImpl<unsigned> &Ops, int FI) const argument
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp482 SDValue Ops[] = { Op0->getOperand(0), Op0->getOperand(1), Op0Op2 }; local
825 SDValue Ops[] = { Op0Op0->getOperand(0), Op0Op0->getOperand(1), local
1076 getOpndList(SmallVectorImpl<SDValue> &Ops, argument
1120 SDValue Ops[2] = {BP, Hi.getValue(1)}; local
1205 SmallVector<SDValue, 3> Ops; local
1281 SDValue Ops[16] = { LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, local
1319 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB, local
1718 SmallVector<SDValue, 16> Ops; local
2519 SmallVector<SDValue, 16> Ops; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp690 SmallVector<SDValue, 8> Ops; local
1212 SDValue Ops[] = { result, LD->getChain() }; local
1279 SmallVector<SDValue, 8> Ops; local
1728 SDValue Ops[] = { Chain, DAG.getConstant(0, MVT::i32), StoreVal }; local
1743 SDValue Ops[] = { Chain, DAG.getConstant(0, MVT::i32), StoreVal0, local
1773 SmallVector<SDValue, 8> Ops; local
1854 SDValue Ops[] = { Chain, DAG.getConstant(SizeSoFar, MVT::i32), TmpVal }; local
1872 LowerAsmOperandForConstraint( SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
2255 SmallVector<SDValue, 4> Ops; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1328 SDValue Ops[2]; local
1569 SmallVector<SDValue, 8> Ops; local
1849 std::vector<SDValue> Ops; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp384 SDValue Ops[] = { Result, Chain }; local
450 SDValue Ops[] = { Result, Chain }; local
470 SDValue Ops[] = local
549 SDValue Ops[] = { Lo, Hi }; local
566 SDValue Ops[] = { Lo, Hi }; local
1004 SmallVector<SDValue, 8> Ops; local
1412 SDValue Ops[] = { Result, Carry }; local
1426 SDValue Ops[] = { Result, Carry }; local
1450 SDValue Ops[] = { Result, Borrow }; local
1465 SDValue Ops[] = { Result, Borrow }; local
1491 SDValue Ops[] = { Lo, Lo }; local
1498 SDValue Ops[] = { Carry, Result }; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp627 BinOpInfo Ops; local
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h916 SDUse Ops[2]; member in class:llvm::BinarySDNode
928 SDUse Ops[3]; member in class:llvm::TernarySDNode
1086 SDUse Ops[4]; member in class:llvm::AtomicSDNode
1180 MemIntrinsicSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs, const SDValue *Ops, unsigned NumOps, EVT MemoryVT, MachineMemOperand *MMO) argument
1206 SDUse Ops[2]; member in class:llvm::ShuffleVectorSDNode
1640 CvtRndSatSDNode(EVT VT, unsigned Order, DebugLoc dl, const SDValue *Ops, unsigned NumOps, ISD::CvtCode Code) argument
1682 SDUse Ops[4]; member in class:LSBaseSDNode
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstants.cpp1107 getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const { argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp907 SmallVector<SDValue, 8> Ops; local
1223 SmallVector<SDValue, 8> Ops; local
1905 SmallVector<SDValue, 4> Ops; local
2428 SDValue Ops[2] = { NewVal, Chain }; local
2597 SDValue Ops[2] = {SDValue(InFP128,0), OutChain}; local
2722 SDValue Ops[2] = { Dst, Carry }; local
2769 SDValue Ops[2] = { BottomHalf, TopHalf } ; local
3110 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp875 SmallVector<SDValue, 8> Ops; local
529 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
1546 SmallVector<SDValue, 5> Ops; local
1786 SDValue Ops[2] = { Result, Chain }; local
1794 SDValue Ops[2]; local
1836 SDValue Ops[2]; local
1872 SDValue Ops[2]; local
1886 SDValue Ops[2]; local
1900 SDValue Ops[] = { Op.getOperand(0), Op.getOperand(1) }; local
2010 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, local
2064 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, local
2098 SDValue Ops[] = { local
[all...]

Completed in 285 milliseconds

1234