HomeSort by relevance Sort by last modified time
    Searched refs:Ops (Results 1 - 25 of 178) 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);
ARMUnwindOpAsm.cpp 162 size_t TotalSize = Ops.size() + 1;
169 PersonalityIndex = (Ops.size() <= 3) ? ARM::EHABI::AEABI_UNWIND_CPP_PR0
173 assert(Ops.size() <= 3 && "too many opcodes for __aeabi_unwind_cpp_pr0");
178 size_t TotalSize = Ops.size() + 2;
189 OpStreamer.EmitByte(Ops[j]);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 749 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
752 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
777 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
780 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
830 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
833 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
882 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
885 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 64 /// Print out the expression identified in the Ops list.
66 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) {
69 << *Ops[0].Op->getType() << '\t';
70 for (unsigned i = 0, e = Ops.size(); i != e; ++i) {
72 Ops[i].Op->printAsOperand(dbgs(), false, M);
73 dbgs() << ", #" << Ops[i].Rank << "] ";
170 void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
172 SmallVectorImpl<ValueEntry> &Ops);
173 Value *OptimizeAdd(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
174 Value *OptimizeXor(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
    [all...]
Float2Int.cpp 1 //===- Float2Int.cpp - Demote floating point ops to work on integers ------===//
264 Op = [](ArrayRef<ConstantRange> Ops) {
265 assert(Ops.size() == 2 && "FAdd is a binary operator!");
266 return Ops[0].add(Ops[1]);
271 Op = [](ArrayRef<ConstantRange> Ops) {
272 assert(Ops.size() == 2 && "FSub is a binary operator!");
273 return Ops[0].sub(Ops[1]);
278 Op = [](ArrayRef<ConstantRange> Ops) {
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 452 ArrayRef<Constant *> Ops;
456 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops,
462 SubclassData(SubclassData), Ops(Ops), Indexes(Indexes),
467 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands),
478 Ops = Storage;
483 SubclassOptionalData == X.SubclassOptionalData && Ops == X.Ops &&
492 if (Ops.size() != CE->getNumOperands())
496 for (unsigned I = 0, E = Ops.size(); I != E; ++I
    [all...]
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...]
  /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...]
  /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;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 157 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL;
165 * @ops : function pointer table to be filled by HAL
171 vendor_tag_ops_t* ops)
175 Ops = ops;
177 ops->get_tag_count = get_tag_count;
178 ops->get_all_tags = get_all_tags;
179 ops->get_section_name = get_section_name;
180 ops->get_tag_name = get_tag_name;
181 ops->get_tag_type = get_tag_type
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 639 ArrayRef<SDUse> ops() const { return makeArrayRef(op_begin(), op_end()); }
777 ArrayRef<SDValue> Ops)
780 OperandList(Ops.size() ? new SDUse[Ops.size()] : nullptr),
781 ValueList(VTs.VTs), UseList(nullptr), NumOperands(Ops.size()),
784 assert(NumOperands == Ops.size() &&
788 for (unsigned i = 0; i != Ops.size(); ++i) {
791 OperandList[i].setInitial(Ops[i]);
809 void InitOperands(SDUse *Ops, const SDValue &Op0) {
810 Ops[0].setUser(this)
    [all...]
SelectionDAG.h 534 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
536 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
543 SDValue Ops[] = { Chain, Reg, N, Glue };
545 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
550 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
551 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
560 SDValue Ops[] = { Chain, getRegister(Reg, VT), Glue };
562 makeArrayRef(Ops, Glue.getNode() ? 3 : 2));
640 SDValue Ops[] = { Chain, Op };
641 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 633 static void GroupByComplexity(SmallVectorImpl<const SCEV *> &Ops,
635 if (Ops.size() < 2) return; // Noop
636 if (Ops.size() == 2) {
639 const SCEV *&LHS = Ops[0], *&RHS = Ops[1];
646 std::stable_sort(Ops.begin(), Ops.end(), SCEVComplexityCompare(LI));
652 for (unsigned i = 0, e = Ops.size(); i != e-2; ++i) {
653 const SCEV *S = Ops[i];
658 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j)
    [all...]
ConstantFolding.cpp 107 Constant *Ops = C; // don't take the address of C!
108 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL);
677 static Constant *CastGEPIndices(Type *SrcTy, ArrayRef<Constant *> Ops,
684 for (unsigned i = 1, e = Ops.size(); i != e; ++i) {
687 cast<PointerType>(Ops[0]->getType()->getScalarType())
689 Ops.slice(1, i - 1)))) &&
690 Ops[i]->getType() != IntPtrTy) {
692 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
696 Ops[i], IntPtrTy));
698 NewIdxs.push_back(Ops[i])
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 274 struct Ops {
275 Ops& operator+(const Ops&);
276 Ops& operator-(const Ops&);
277 Ops& operator&(const Ops&);
278 Ops& operator*(const Ops&);
283 // CHECK-LABEL: define dereferenceable({{[0-9]+}}) %struct.Ops* @_ZN3OpsplERKS
    [all...]
  /external/llvm/include/llvm/IR/
Constant.h 47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
48 : User(ty, vty, Ops, NumOps) {}
GlobalObject.h 30 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
33 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace),
  /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...]
  /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...]
  /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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 41 static void pushStackMapConstant(SmallVectorImpl<SDValue>& Ops,
44 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L,
46 Ops.push_back(Builder.DAG.getTargetConstant(Value, L, MVT::i64));
454 SmallVectorImpl<SDValue> &Ops,
463 pushStackMapConstant(Ops, Builder, C->getSExtValue());
468 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(),
479 Ops.push_back(Res.first);
490 /// completion, 'Ops' will contain ready to use operands for machine code
493 static void lowerStatepointMetaArgs(SmallVectorImpl<SDValue> &Ops,
550 pushStackMapConstant(Ops, Builder, NumVMSArgs)
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 8