HomeSort by relevance Sort by last modified time
    Searched refs:OpInfo (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/skia/src/gpu/instanced/
InstancedRenderingTypes.h 118 struct OpInfo {
119 OpInfo() : fData(0) {}
120 explicit OpInfo(uint32_t data) : fData(data) {}
122 static bool CanCombine(const OpInfo& a, const OpInfo& b);
148 inline bool OpInfo::CanCombine(const OpInfo& a, const OpInfo& b) {
163 inline OpInfo operator|(const OpInfo& a, const OpInfo& b)
    [all...]
InstanceProcessor.h 25 InstanceProcessor(OpInfo, GrBuffer* paramsBuffer);
28 OpInfo opInfo() const { return fOpInfo; }
59 const OpInfo fOpInfo;
InstancedRendering.h 59 void draw(const GrPipeline& pipeline, OpInfo info, const InstancedOp* baseOp);
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h 185 struct OpInfo
187 OpInfo *variants;
207 inline const OpInfo& getOpInfo(const Instruction *) const;
208 inline const OpInfo& getOpInfo(const operation) const;
260 OpInfo opInfo[OP_LAST + 1];
263 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
265 return opInfo[MIN2(insn->op, OP_LAST)];
268 const Target::OpInfo& Target::getOpInfo(const operation op) const
270 return opInfo[op]
    [all...]
  /external/skia/include/private/
GrAuditTrail.h 106 struct OpInfo {
117 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
118 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
149 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 145 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
152 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
154 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
307 if (OpInfo[i].isPredicate())
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.h 48 const OperandInfoMapTy &OpInfo,
AsmWriterInst.cpp 202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
204 unsigned MIOp = OpInfo.MIOperandNo;
205 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName,
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 175 void Add(const BitCodeAbbrevOp &OpInfo) {
176 OperandList.push_back(OpInfo);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
180 OperandList.push_back(OpInfo);
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 169 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
171 unsigned MIOp = OpInfo.MIOperandNo;
172 Operands.emplace_back(OpInfo.PrinterMethodName, MIOp, Modifier);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 149 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
165 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
167 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
540 if (OpInfo[i].isPredicate())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 174 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
192 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
568 if (OpInfo[i].isPredicate())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 174 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
192 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
568 if (OpInfo[i].isPredicate())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 174 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
192 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
568 if (OpInfo[i].isPredicate())

Completed in 634 milliseconds

1 2 3 4 5