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

1 2 3 4 5

  /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/
DebugInfoMetadata.cpp 60 SmallVector<Metadata *, 2> Ops;
61 Ops.push_back(Scope);
63 Ops.push_back(InlinedAt);
64 return storeImpl(new (Ops.size())
65 DILocation(Context, Storage, Line, Column, Ops),
219 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \
220 return storeImpl(new (ArrayRef<Metadata *>(OPS).size()) \
221 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
226 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \
227 return storeImpl(new (ArrayRef<Metadata *>(OPS).size())
    [all...]
IRBuilder.cpp 59 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
62 CallInst *CI = CallInst::Create(Callee, Ops, Name);
70 ArrayRef<Value *> Ops,
74 InvokeInst::Create(Invokee, NormalDest, UnwindDest, Ops, Name);
86 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
91 CallInst *CI = createCallHelper(TheFn, Ops, this);
113 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
118 CallInst *CI = createCallHelper(TheFn, Ops, this);
144 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
149 CallInst *CI = createCallHelper(TheFn, Ops, this)
    [all...]
Module.cpp 346 Metadata *Ops[3] = {
349 getOrInsertModuleFlagsMetadata()->addOperand(MDNode::get(Context, Ops));
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 183 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
191 * @ops : function pointer table to be filled by HAL
197 vendor_tag_ops_t* ops)
201 Ops = ops;
203 ops->get_tag_count = get_tag_count;
204 ops->get_all_tags = get_all_tags;
205 ops->get_section_name = get_section_name;
206 ops->get_tag_name = get_tag_name;
207 ops->get_tag_type = get_tag_type
    [all...]
QCamera3VendorTags.h 156 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
158 const vendor_tag_ops_t *ops);
160 const vendor_tag_ops_t *ops,
163 const vendor_tag_ops_t *ops,
166 const vendor_tag_ops_t *ops,
169 const vendor_tag_ops_t *ops,
172 static const vendor_tag_ops_t *Ops;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 183 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
191 * @ops : function pointer table to be filled by HAL
197 vendor_tag_ops_t* ops)
201 Ops = ops;
203 ops->get_tag_count = get_tag_count;
204 ops->get_all_tags = get_all_tags;
205 ops->get_section_name = get_section_name;
206 ops->get_tag_name = get_tag_name;
207 ops->get_tag_type = get_tag_type
    [all...]
QCamera3VendorTags.h 156 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
158 const vendor_tag_ops_t *ops);
160 const vendor_tag_ops_t *ops,
163 const vendor_tag_ops_t *ops,
166 const vendor_tag_ops_t *ops,
169 const vendor_tag_ops_t *ops,
172 static const vendor_tag_ops_t *Ops;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 130 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
138 * @ops : function pointer table to be filled by HAL
144 vendor_tag_ops_t* ops)
148 Ops = ops;
150 ops->get_tag_count = get_tag_count;
151 ops->get_all_tags = get_all_tags;
152 ops->get_section_name = get_section_name;
153 ops->get_tag_name = get_tag_name;
154 ops->get_tag_type = get_tag_type
    [all...]
QCamera3VendorTags.h 133 static void get_vendor_tag_ops(vendor_tag_ops_t* ops);
135 const vendor_tag_ops_t *ops);
137 const vendor_tag_ops_t *ops,
140 const vendor_tag_ops_t *ops,
143 const vendor_tag_ops_t *ops,
146 const vendor_tag_ops_t *ops,
149 static const vendor_tag_ops_t *Ops;
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 205 SmallVector<unsigned, 8> Ops;
206 if (UseMI->readsWritesVirtualRegister(LI->reg, &Ops).second)
209 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
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...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 861 SmallVector<StringRef, 5> Ops;
862 if (!GenericRegPattern.match(NameLower, &Ops)) {
869 Ops[1].getAsInteger(10, Op0);
870 Ops[2].getAsInteger(10, Op1);
871 Ops[3].getAsInteger(10, CRn);
872 Ops[4].getAsInteger(10, CRm);
873 Ops[5].getAsInteger(10, Op2);
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 220 SDValue Ops[] = {End, DAG.getConstant(0, DL, PtrVT),
225 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VTs, Ops);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 162 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
163 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
176 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag };
177 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
259 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
260 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops);
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 163 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
166 Ops);
169 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
172 Ops);
175 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
178 Ops);
181 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
184 Ops);
187 SDValue Ops[] = { N->getOperand(0), N->getOperand(1),
190 Ops);
    [all...]
  /hardware/qcom/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...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3VendorTags.cpp 265 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
273 * @ops : function pointer table to be filled by HAL
279 vendor_tag_ops_t* ops)
283 Ops = ops;
285 ops->get_tag_count = get_tag_count;
286 ops->get_all_tags = get_all_tags;
287 ops->get_section_name = get_section_name;
288 ops->get_tag_name = get_tag_name;
289 ops->get_tag_type = get_tag_type
    [all...]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 454 Metadata *Ops[3] = {Ret, Ret,
456 return MDNode::get(A->getContext(), Ops);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 281 SmallVector<SDValue, 8> Ops(NumIntermediates);
286 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
295 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
303 DL, ValueVT, Ops);
512 SmallVector<SDValue, 16> Ops;
514 Ops.push_back(DAG.getNode(
520 Ops.push_back(DAG.getUNDEF(ElementVT));
522 Val = DAG.getNode(ISD::BUILD_VECTOR, DL, PartVT, Ops);
564 SmallVector<SDValue, 8> Ops(NumIntermediates);
567 Ops[i]
    [all...]
FunctionLoweringInfo.cpp 143 std::vector<TargetLowering::AsmOperandInfo> Ops =
145 for (size_t I = 0, E = Ops.size(); I != E; ++I) {
146 TargetLowering::AsmOperandInfo &Op = Ops[I];
LegalizeTypes.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 72 Operands Ops;
85 Instructions.back().Ops.push_back(Operand1);
90 Instructions.back().Ops.push_back(Operand1);
91 Instructions.back().Ops.push_back(Operand2);
419 for (unsigned i = 0; i < Instr.Ops.size(); ++i)
420 printOperand(OS, Opcode, i, Instr.Ops[i], CodeAlignmentFactor,
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 134 unsigned Ops[] = {
140 int OperandIdx = TII->getOperandIdx(MI->getOpcode(), Ops[i]);
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 276 SDValue Ops[] = { CmpLHS, InFlag.getOperand(1) };
284 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops);

Completed in 1184 milliseconds

1 2 3 4 5