Home | History | Annotate | Download | only in codegen

Lines Matching defs:TexInstruction

490 class TexInstruction;
854 inline TexInstruction *asTex();
856 inline const TexInstruction *asTex() const;
927 class TexInstruction : public Instruction
994 TexInstruction(Function *, operation);
995 virtual ~TexInstruction();
997 virtual TexInstruction *clone(ClonePolicy<Function>&,