Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Target

14 // target-specific information about the generated code.
70 /// hold private target-specific information for each MachineFunction. Objects
114 // - target-specific
120 // target-specific or non-pre-isel generic instructions (e.g., COPY).
199 const TargetMachine &Target;
207 // Used to keep track of target-specific per-machine function information for
208 // the target implementation.
313 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
317 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
364 /// getTarget - Return the target machine this machine code is compiled with
366 const TargetMachine &getTarget() const { return Target; }
621 /// See also TargetInstrInfo::duplicate() for target-specific fixes to cloned