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

1234

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
H A DMDBuilder.h130 Value *Ops[3] = { createString(Name), Parent, Flags }; local
133 Value *Ops[2] = { createString(Name), Parent }; local
190 Value *Ops[3] = { BaseType, AccessType, ConstantInt::get(Int64, Offset) }; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h30 llvm::SmallVector<uint8_t, 32> Ops; member in class:llvm::UnwindOpcodeAssembler
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h108 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, const SmallVectorImpl<unsigned> &Ops, MachineInstr* LoadMI) const argument
/freebsd-10-stable/contrib/llvm/lib/IR/
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.cpp24 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
38 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
H A DModule.cpp367 Value *Ops[3] = { local
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp139 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
145 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
151 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
157 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
163 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), local
169 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2) }; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h113 TypedMatcherOps<T> Ops; local
124 TypedMatcherOps<T> Ops; local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp605 Value *Ops[3] = { Ret, Ret, ConstantInt::get(Int64, 0) }; local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp469 Value *Ops[3]; local
480 Value *Ops[3]; local
492 Value *Ops[3]; local
[all...]
H A DLiveRangeEdit.cpp208 SmallVector<unsigned, 8> Ops; local
H A DMachineInstrBundle.cpp252 analyzeVirtReg(unsigned Reg, SmallVectorImpl<std::pair<MachineInstr*, unsigned> > *Ops) argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp138 SmallVector<SDValue, 4> Ops; local
H A DFunctionLoweringInfo.cpp125 std::vector<TargetLowering::AsmOperandInfo> Ops = local
H A DSelectionDAGBuilder.cpp491 SmallVector<SDValue, 16> Ops; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp72 Operands Ops; member in struct:llvm::FrameEntry::Instruction
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp270 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) }; local
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp226 SmallVector<SDValue, 5> Ops; local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp141 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; local
155 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag }; local
243 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; local
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp780 SmallVector<StringRef, 4> Ops; local
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp175 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl<unsigned> &Ops, int FrameIndex) const argument
183 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, const SmallVectorImpl<unsigned> &Ops, MachineInstr *LoadMI) const argument
H A DR600Packetizer.cpp132 unsigned Ops[] = { local
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { argument
253 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h584 SmallVector<const SCEV *, 2> Ops; local
591 SmallVector<const SCEV *, 3> Ops; local
602 SmallVector<const SCEV *, 2> Ops; local
609 SmallVector<const SCEV *, 3> Ops; local
[all...]

Completed in 496 milliseconds

1234