Lines Matching refs:Operation
18 // Following is a set of DXIL Operation classes whose names appear to be
20 // lowering to DXIL Operation calls. These class name strings are specified
237 // Abstraction DXIL Operation to LLVM intrinsic
239 int OpCode = 0; // Opcode of DXIL Operation
240 DXILOpClass OpClass = UnknownOpClass;// Class of DXIL Operation.
241 Intrinsic LLVMIntrinsic = ?; // LLVM Intrinsic DXIL Operation maps to
243 list<LLVMType> OpTypes = ?; // Valid types of DXIL Operation in the
250 int OpCode = opCode; // Opcode corresponding to DXIL Operation
251 DXILOpClass OpClass = opClass; // Class of DXIL Operation.
252 Intrinsic LLVMIntrinsic = intrinsic; // LLVM Intrinsic the DXIL Operation maps
257 // Concrete definition of DXIL Operation mapping to corresponding LLVM intrinsic