Searched defs:Ops (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
H A DMDBuilder.h129 Value *Ops[3] = { createString(Name), Parent, Flags }; local
132 Value *Ops[2] = { createString(Name), Parent }; local
H A DConstants.h811 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) argument
H A DGlobalValue.h59 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, argument
H A DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore = 0) argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonInstrInfo.h101 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, const SmallVectorImpl<unsigned> &Ops, MachineInstr* LoadMI) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp238 SDValue Ops[] = { Callee, GPReg, Chain }; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DIRBuilder.cpp55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops, argument
67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; local
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; local
111 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; local
134 Value *Ops[] = { Size, Ptr }; local
149 Value *Ops[] = { Size, Ptr }; local
[all...]
H A DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
37 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
H A DModule.cpp366 Value *Ops[3] = { local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DIntrinsicLowering.cpp463 Value *Ops[3]; local
474 Value *Ops[3]; local
485 Value *Ops[3]; local
[all...]
H A DLiveRangeEdit.cpp203 SmallVector<unsigned, 8> Ops; local
H A DMachineInstrBundle.cpp252 analyzeVirtReg(unsigned Reg, SmallVectorImpl<std::pair<MachineInstr*, unsigned> > *Ops) argument
H A DTargetInstrInfoImpl.cpp294 foldMemoryOperand(MachineBasicBlock::iterator MI, const SmallVectorImpl<unsigned> &Ops, int FI) const argument
352 foldMemoryOperand(MachineBasicBlock::iterator MI, const SmallVectorImpl<unsigned> &Ops, MachineInstr* LoadMI) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp138 SmallVector<SDValue, 4> Ops; local
H A DLegalizeTypes.cpp1055 SDValue Ops[2] = { N->getOperand(0), N->getOperand(1) }; local
1067 MakeLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, DebugLoc dl) argument
H A DLegalizeVectorOps.cpp126 SmallVector<SDValue, 8> Ops; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp143 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; local
157 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag }; local
237 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp185 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
191 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
197 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
203 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
209 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
218 SDValue Ops[] = { N->getOperand(1), N->getOperand(2), N->getOperand(3) }; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp229 SDValue Ops[] = { getI32Imm(isVolatile), local
259 SDValue Ops[] = { getI32Imm(isVolatile), local
289 SDValue Ops[] = { getI32Imm(isVolatile), local
318 SDValue Ops[] = { getI32Imm(isVolatile), local
415 SDValue Ops[] = { N1, local
446 SDValue Ops[] = { N1, local
477 SDValue Ops[] = { N1, local
506 SDValue Ops[] = { N1, local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenInstruction.cpp198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { argument
251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolution.h580 SmallVector<const SCEV *, 2> Ops; local
587 SmallVector<const SCEV *, 3> Ops; local
598 SmallVector<const SCEV *, 2> Ops; local
605 SmallVector<const SCEV *, 3> Ops; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInlineCost.cpp459 Constant *Ops[1] = { dyn_cast<Constant>(Operand) }; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp429 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) }; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DArgumentPromotion.cpp670 std::vector<Value*> Ops; local

Completed in 225 milliseconds

123