HomeSort by relevance Sort by last modified time
    Searched refs:Op (Results 251 - 275 of 1328) sorted by null

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 36 /// This file defines the values defined in SPIR-V spec with op codes.
38 /// The name of the SPIR-V values follow the op code name in the spec.
59 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
65 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
72 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
79 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode)
86 SPIRVValue(Op TheOpCode):SPIRVEntry(TheOpCode), Type(NULL) {}
194 template<Op OC>
211 template<Op OC>
303 const static Op OC = OpConstantSampler
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 40 static inline const char *getAddrOpcStr(AddrOpc Op) {
41 return Op == sub ? "-" : "";
44 static inline const char *getShiftOpcStr(ShiftOpc Op) {
45 switch (Op) {
55 static inline unsigned getShiftOpcEncoding(ShiftOpc Op) {
56 switch (Op) {
114 static inline unsigned getSORegOffset(unsigned Op) {
115 return Op >> 3;
117 static inline ShiftOpc getSORegShOp(unsigned Op) {
118 return (ShiftOpc)(Op & 7)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 24 if v.Op != OpPhi {
79 if v.Op != OpPhi {
90 if a.Op != OpConstBool {
119 if w.Op != OpPhi {
126 v.Op = OpCopy
rewriteARM64.go 10 switch v.Op {
730 if v_0.Op != OpARM64MOVDconst {
746 if v_1.Op != OpARM64MOVDconst {
761 if v_1.Op != OpARM64NEG {
775 if v_0.Op != OpARM64NEG {
791 if v_1.Op != OpARM64SLLconst {
807 if v_0.Op != OpARM64SLLconst {
825 if v_1.Op != OpARM64SRLconst {
841 if v_0.Op != OpARM64SRLconst {
859 if v_1.Op != OpARM64SRAconst
    [all...]
nilcheck.go 29 op walkState
46 if v.Op == OpAddr || v.Op == OpAddPtr {
48 } else if v.Op == OpPhi {
69 switch node.op {
76 if p.Kind == BlockIf && p.Control.Op == OpIsNonNil && p.Succs[0].b == b {
80 work = append(work, bp{op: ClearPtr, ptr: ptr})
90 switch v.Op {
124 if v.Op != OpNilCheck {
131 work = append(work, bp{op: ClearPtr, ptr: ptr}
    [all...]
rewrite386.go 10 switch v.Op {
601 if v_1.Op != Op386MOVLconst {
617 if v_0.Op != Op386MOVLconst {
640 if v_1.Op != Op386MOVLconst {
654 if v_0.Op != Op386MOVLconst {
670 if v_1.Op != Op386SHLLconst {
688 if v_1.Op != Op386SHLLconst {
706 if v_1.Op != Op386SHLLconst {
724 if v_1.Op != Op386ADDL {
742 if v_1.Op != Op386ADDL
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 24 if v.Op != OpPhi {
79 if v.Op != OpPhi {
90 if a.Op != OpConstBool {
119 if w.Op != OpPhi {
126 v.Op = OpCopy
rewriteARM64.go 10 switch v.Op {
730 if v_0.Op != OpARM64MOVDconst {
746 if v_1.Op != OpARM64MOVDconst {
761 if v_1.Op != OpARM64NEG {
775 if v_0.Op != OpARM64NEG {
791 if v_1.Op != OpARM64SLLconst {
807 if v_0.Op != OpARM64SLLconst {
825 if v_1.Op != OpARM64SRLconst {
841 if v_0.Op != OpARM64SRLconst {
859 if v_1.Op != OpARM64SRAconst
    [all...]
nilcheck.go 29 op walkState
46 if v.Op == OpAddr || v.Op == OpAddPtr {
48 } else if v.Op == OpPhi {
69 switch node.op {
76 if p.Kind == BlockIf && p.Control.Op == OpIsNonNil && p.Succs[0].b == b {
80 work = append(work, bp{op: ClearPtr, ptr: ptr})
90 switch v.Op {
124 if v.Op != OpNilCheck {
131 work = append(work, bp{op: ClearPtr, ptr: ptr}
    [all...]
rewrite386.go 10 switch v.Op {
601 if v_1.Op != Op386MOVLconst {
617 if v_0.Op != Op386MOVLconst {
640 if v_1.Op != Op386MOVLconst {
654 if v_0.Op != Op386MOVLconst {
670 if v_1.Op != Op386SHLLconst {
688 if v_1.Op != Op386SHLLconst {
706 if v_1.Op != Op386SHLLconst {
724 if v_1.Op != Op386ADDL {
742 if v_1.Op != Op386ADDL
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 543 // Returns Op if setcc is not a floating point comparison.
544 static SDValue createFPCmp(SelectionDAG &DAG, const SDValue &Op) {
546 if (Op.getOpcode() != ISD::SETCC)
547 return Op;
549 SDValue LHS = Op.getOperand(0);
552 return Op;
554 SDValue RHS = Op.getOperand(1);
555 SDLoc DL(Op);
559 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
694 // Op's first operand must be a shift right
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 521 HexagonTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG)
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/util/
CXX11Meta.h 139 template<typename, typename> class op,
143 struct h_apply_op_helper { typedef type_list<typename op<values, additional_param>::type...> type; };
145 template<typename, typename> class op,
149 struct h_apply_op_helper<true, op, additional_param, values...> { typedef type_list<typename op<additional_param, values>::type...> type; };
153 template<typename, typename> class op,
159 constexpr static typename h_apply_op_helper<from_left, op, additional_param, values...>::type helper(type_list<values...>)
160 { return typename h_apply_op_helper<from_left, op, additional_param, values...>::type(); }
164 template<typename, typename> class op,
168 struct apply_op_from_left { typedef decltype(h_apply_op<true, op, additional_param>::helper(a())) type; }
    [all...]
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 373 const MCOperand &Op = MI->getOperand(OpNo);
374 if (Op.isReg()) {
375 switch (Op.getReg()) {
381 printRegOperand(Op.getReg(), O, MRI);
384 } else if (Op.isImm()) {
390 printImmediate32(Op.getImm(), O);
392 printImmediate64(Op.getImm(), O);
396 printImmediate32(Op.getImm(), O);
401 O << formatDec(Op.getImm());
403 } else if (Op.isFPImm())
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 186 for (unsigned Op = 1; ; ++Op) {
191 if (FirstInst.Operands.size() == Op)
199 return OtherInst.Operands.size() == Op ||
200 OtherInst.Operands[Op] != FirstInst.Operands[Op];
207 FirstInst.Operands[Op].getCode(PassSubtarget) + "\n";
613 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) {
617 OpMap[Op] = std::make_pair(OpIdx, PrintMethodIdx);
620 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 172 unsigned getAdrLabelOpValue(const MachineInstr &MI, unsigned Op)
174 unsigned getThumbAdrLabelOpValue(const MachineInstr &MI, unsigned Op)
176 unsigned getThumbBLTargetOpValue(const MachineInstr &MI, unsigned Op)
178 unsigned getThumbBLXTargetOpValue(const MachineInstr &MI, unsigned Op)
180 unsigned getThumbBRTargetOpValue(const MachineInstr &MI, unsigned Op)
182 unsigned getThumbBCCTargetOpValue(const MachineInstr &MI, unsigned Op)
184 unsigned getThumbCBTargetOpValue(const MachineInstr &MI, unsigned Op)
186 unsigned getBranchTargetOpValue(const MachineInstr &MI, unsigned Op)
189 unsigned Op) const { return 0; }
190 unsigned getARMBranchTargetOpValue(const MachineInstr &MI, unsigned Op)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); }
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
118 Op getMostBasicTypeClass(Id typeId) const;
147 bool isConstantOpCode(Op opcode) const;
148 bool isSpecConstantOpCode(Op opcode) const;
257 void createNoResultOp(Op);
258 void createNoResultOp(Op, Id operand);
259 void createNoResultOp(Op, const std::vector<Id>& operands);
262 Id createUnaryOp(Op, Id typeId, Id operand);
263 Id createBinOp(Op, Id typeId, Id operand1, Id operand2)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 116 Op getOpCode(Id id) const { return module.getInstruction(id)->getOpCode(); }
117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
118 Op getMostBasicTypeClass(Id typeId) const;
147 bool isConstantOpCode(Op opcode) const;
148 bool isSpecConstantOpCode(Op opcode) const;
257 void createNoResultOp(Op);
258 void createNoResultOp(Op, Id operand);
259 void createNoResultOp(Op, const std::vector<Id>& operands);
262 Id createUnaryOp(Op, Id typeId, Id operand);
263 Id createBinOp(Op, Id typeId, Id operand1, Id operand2)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ssa.go 74 op := "<<>>->@>"[((v>>5)&3)<<1:]
77 return fmt.Sprintf("R%d%c%cR%d", v&15, op[0], op[1], (v>>8)&15)
80 return fmt.Sprintf("R%d%c%c%d", v&15, op[0], op[1], (v>>7)&31)
89 // genshift generates a Prog for r = r0 op (r1 shifted by s)
107 // genregshift generates a Prog for r = r0 op (r1 shifted by r2)
122 switch v.Op {
205 p := gc.Prog(v.Op.Asm())
216 p := gc.Prog(v.Op.Asm()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ssa.go 74 op := "<<>>->@>"[((v>>5)&3)<<1:]
77 return fmt.Sprintf("R%d%c%cR%d", v&15, op[0], op[1], (v>>8)&15)
80 return fmt.Sprintf("R%d%c%c%d", v&15, op[0], op[1], (v>>7)&31)
89 // genshift generates a Prog for r = r0 op (r1 shifted by s)
107 // genregshift generates a Prog for r = r0 op (r1 shifted by r2)
122 switch v.Op {
205 p := gc.Prog(v.Op.Asm())
216 p := gc.Prog(v.Op.Asm()
    [all...]
  /external/skia/src/core/
SkRasterClip.cpp 17 static MutateResult mutate_conservative_op(SkRegion::Op* op, bool inverseFilled) {
19 switch (*op) {
32 *op = SkRegion::kReplace_Op;
38 switch (*op) {
48 // To reverse, we swap in the bounds with a replace op.
50 *op = SkRegion::kReplace_Op;
55 *op = SkRegion::kUnion_Op;
63 void SkConservativeClip::op(const SkRect& localRect, const SkMatrix& ctm, const SkIRect& devBounds, function in class:SkConservativeClip
64 SkRegion::Op op, bool doAA)
81 void SkConservativeClip::op(const SkRRect& rrect, const SkMatrix& ctm, const SkIRect& devBounds, function in class:SkConservativeClip
86 void SkConservativeClip::op(const SkPath& path, const SkMatrix& ctm, const SkIRect& devBounds, function in class:SkConservativeClip
105 void SkConservativeClip::op(const SkRegion& rgn, SkRegion::Op op) { function in class:SkConservativeClip
109 void SkConservativeClip::op(const SkIRect& devRect, SkRegion::Op op) { function in class:SkConservativeClip
120 result.op(SkRegion(fBounds), SkRegion(devRect), op); local
214 SkRegion::Op op; local
243 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& devBounds, function in class:SkRasterClip
254 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, const SkIRect& devBounds, function in class:SkRasterClip
305 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) { function in class:SkRasterClip
312 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) { function in class:SkRasterClip
325 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) { function in class:SkRasterClip
362 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, const SkIRect& devBounds, function in class:SkRasterClip
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 42 if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
43 return "", i.Op == syntax.InstMatch, uint32(p.Start)
47 for i.Op == syntax.InstNop {
53 return "", i.Op == syntax.InstMatch, uint32(p.Start)
62 if i.Op == syntax.InstEmptyWidth &&
64 p.Inst[i.Out].Op == syntax.InstMatch {
71 // It should only be called when i.Op == InstAlt or InstAltMatch, and from the one-pass machine.
79 if i.Op == syntax.InstAltMatch {
86 op := i.Op
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 42 if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
43 return "", i.Op == syntax.InstMatch, uint32(p.Start)
47 for i.Op == syntax.InstNop {
53 return "", i.Op == syntax.InstMatch, uint32(p.Start)
62 if i.Op == syntax.InstEmptyWidth &&
64 p.Inst[i.Out].Op == syntax.InstMatch {
71 // It should only be called when i.Op == InstAlt or InstAltMatch, and from the one-pass machine.
79 if i.Op == syntax.InstAltMatch {
86 op := i.Op
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 150 StringRef Op, int Low, int High);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 96 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
97 Op<0>() = V;
100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
101 Op<0>() = V;
163 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
171 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
289 static BinaryOperator *CreateNeg(Value *Op, const Twine &Name = "",
291 static BinaryOperator *CreateNeg(Value *Op, const Twine &Name,
293 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
295 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name
    [all...]

Completed in 1614 milliseconds

<<11121314151617181920>>