HomeSort by relevance Sort by last modified time
    Searched defs:Ops (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.h 28 llvm::SmallVector<uint8_t, 32> Ops;
40 Ops.clear();
65 Ops.insert(Ops.end(), Opcodes.begin(), Opcodes.end());
75 Ops.push_back(Opcode & 0xff);
80 Ops.push_back((Opcode >> 8) & 0xff);
81 Ops.push_back(Opcode & 0xff);
86 Ops.insert(Ops.end(), Opcode, Opcode + Size);
  /external/llvm/lib/IR/
ProfileSummary.cpp 32 Metadata *Ops[2] = {MDString::get(Context, Key),
34 return MDTuple::get(Context, Ops);
41 Metadata *Ops[2] = {MDString::get(Context, Key), MDString::get(Context, Val)};
42 return MDTuple::get(Context, Ops);
61 Metadata *Ops[2] = {MDString::get(Context, "DetailedSummary"),
63 return MDTuple::get(Context, Ops);
DebugInfoMetadata.cpp 59 SmallVector<Metadata *, 2> Ops;
60 Ops.push_back(Scope);
62 Ops.push_back(InlinedAt);
63 return storeImpl(new (Ops.size())
64 DILocation(Context, Storage, Line, Column, Ops),
204 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \
205 return storeImpl(new (array_lengthof(OPS)) \
206 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
211 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \
212 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS),
    [all...]
  /external/skia/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.h 44 enum Ops {
50 uint32_t ops() const { return fOps; } function in class:GrNonlinearColorSpaceXformEffect
56 GrNonlinearColorSpaceXformEffect(uint32_t ops,
  /external/skqp/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.h 44 enum Ops {
50 uint32_t ops() const { return fOps; } function in class:GrNonlinearColorSpaceXformEffect
56 GrNonlinearColorSpaceXformEffect(uint32_t ops,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 118 SPIRVInstruction::getOperandTypes(const std::vector<SPIRVValue *> &Ops) {
120 for (auto& I : Ops) {
210 auto Ops = Inst->getIds(Inst->getOperands());
211 Ops.insert(Ops.begin(), OC);
214 Inst->getId(), Ops, nullptr, Inst->getModule()));
221 auto Ops = Inst->getOpWords();
222 auto OC = static_cast<Op>(Ops[0]);
225 Ops.erase(Ops.begin(), Ops.begin() + 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 113 Value *Ops[] = {
119 MDNode *WeightsNode = MDNode::get(Context, Ops);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
57 CallInst *CI = CallInst::Create(Callee, Ops, "");
67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
72 CallInst *CI = createCallHelper(TheFn, Ops, this);
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
92 CallInst *CI = createCallHelper(TheFn, Ops, this);
107 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
112 CallInst *CI = createCallHelper(TheFn, Ops, this);
130 Value *Ops[] = { Size, Ptr };
133 return createCallHelper(TheFn, Ops, this)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.cpp 195 SmallVector<unsigned, 8> Ops;
196 if (UseMI->readsWritesVirtualRegister(LI->reg, &Ops).second)
199 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
ProcessImplicitDefs.cpp 252 SmallVector<unsigned, 4> Ops;
256 Ops.push_back(j);
262 for (unsigned j = 0, ee = Ops.size(); j != ee; ++j) {
263 unsigned OpIdx = Ops[j];
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 291 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
299 * @ops : function pointer table to be filled by HAL
305 vendor_tag_ops_t* ops)
309 Ops = ops;
311 ops->get_tag_count = get_tag_count;
312 ops->get_all_tags = get_all_tags;
313 ops->get_section_name = get_section_name;
314 ops->get_tag_name = get_tag_name;
315 ops->get_tag_type = get_tag_type
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 89 SmallVector<StringRef, 5> Ops;
90 if (!GenericRegPattern.match(UpperName, &Ops))
95 Ops[1].getAsInteger(10, Op0);
96 Ops[2].getAsInteger(10, Op1);
97 Ops[3].getAsInteger(10, CRn);
98 Ops[4].getAsInteger(10, CRm);
99 Ops[5].getAsInteger(10, Op2);
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 215 SDValue Ops[] = {End, DAG.getConstant(0, DL, PtrVT),
220 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VTs, Ops);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 161 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
162 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
175 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag };
176 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
258 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
259 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops);
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 164 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
167 MVT::i32, Ops));
171 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
174 MVT::i32, Ops));
178 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
181 MVT::i32, Ops));
185 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
188 MVT::i32, Ops));
192 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
195 MVT::i32, Ops));
    [all...]
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 36 Metadata *Ops[] = {nullptr};
37 auto T = MDTuple::getTemporary(Context, Ops);
38 Ops[0] = T.get();
39 U0 = MDTuple::get(Context, Ops);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 238 SDValue Ops[] = { Callee, GPReg, Chain };
240 MVT::i32, MVT::Other, Ops, 3), 0);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 102 SDValue Ops[] = { Target, Pred, PredOp, Chain };
103 return CurDAG->getMachineNode(PTX::BRAdp, dl, MVT::Other, Ops, 4);
137 SDValue Ops[] = { Index, Pred, PredOp, Chain };
138 return CurDAG->getMachineNode(OpCode, dl, VT, Ops, 4);
175 SDValue Ops[] = { Value, Pred, PredOp, Chain };
176 SDNode* Ret = CurDAG->getMachineNode(OpCode, dl, MVT::Other, Ops, 4);
PTXISelLowering.cpp 361 std::vector<SDValue> Ops;
362 // The layout of the ops will be [Chain, #Ins, Ins, Callee, #Outs, Outs]
363 Ops.resize(Outs.size() + Ins.size() + 4);
365 Ops[0] = Chain;
372 Ops[Ins.size()+2] = Callee;
377 Ops[Ins.size()+3] = DAG.getTargetConstant(OutVals.size(), MVT::i32);
386 Ops[i+Ins.size()+4] = ParamValue;
392 Ops[1] = DAG.getTargetConstant(Ins.size(), MVT::i32);
399 Ops[i+2] = ParamValue;
403 Ops[0] = Chain
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 140 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
141 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
154 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag };
155 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
234 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
235 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops,
236 array_lengthof(Ops));
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 184 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
187 Ops, 3);
190 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
193 Ops, 3);
196 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
199 Ops, 4);
202 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
205 Ops, 4);
208 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
211 Ops, 4)
    [all...]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 453 Metadata *Ops[3] = {Ret, Ret,
455 return MDNode::get(A->getContext(), Ops);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 477 Value *Ops[3];
478 Ops[0] = CI->getArgOperand(0);
479 Ops[1] = CI->getArgOperand(1);
480 Ops[2] = Size;
481 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
488 Value *Ops[3];
489 Ops[0] = CI->getArgOperand(0);
490 Ops[1] = CI->getArgOperand(1);
491 Ops[2] = Size
    [all...]
LiveRangeEdit.cpp 204 SmallVector<unsigned, 8> Ops;
205 if (UseMI->readsWritesVirtualRegister(LI->reg, &Ops).second)
208 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 300 SmallVector<SDValue, 8> Ops(NumIntermediates);
305 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
314 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
322 DL, ValueVT, Ops);
533 SmallVector<SDValue, 16> Ops;
535 Ops.push_back(DAG.getNode(
541 Ops.push_back(DAG.getUNDEF(ElementVT));
543 Val = DAG.getNode(ISD::BUILD_VECTOR, DL, PartVT, Ops);
585 SmallVector<SDValue, 8> Ops(NumIntermediates);
588 Ops[i]
    [all...]

Completed in 1482 milliseconds

1 2 3 4 5 6 7 8