Searched defs:DXILOperationDesc (Results 1 – 1 of 1) sorted by relevance
37 struct DXILOperationDesc { struct38 std::string OpName; // name of DXIL operation39 int OpCode; // ID of DXIL operation40 StringRef OpClass; // name of the opcode class41 StringRef Doc; // the documentation description of this instruction42 SmallVector<Record *> OpTypes; // Vector of operand type records -45 OpAttributes; // operation attribute represented as strings46 StringRef Intrinsic; // The llvm intrinsic map to OpName. Default is "" which48 bool IsDeriv = false; // whether this is some kind of derivative49 bool IsGradient = false; // whether this requires a gradient calculation[all …]