HomeSort by relevance Sort by last modified time
    Searched defs:InstructionClass (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 271 Record *InstructionClass = Records.getClass("Instruction");
273 assert(InstructionClass && "Instruction class definition missing!");
279 I->second->isSubClassOf(InstructionClass))
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 70 /// \enum InstructionClass
72 enum InstructionClass {
98 raw_ostream &operator<<(raw_ostream &OS, const InstructionClass Class);
101 static inline bool IsRetain(InstructionClass Class) {
107 static inline bool IsAutorelease(InstructionClass Class) {
114 static inline bool IsForwarding(InstructionClass Class) {
127 static inline bool IsNoopOnNull(InstructionClass Class) {
138 static inline bool IsAlwaysTail(InstructionClass Class) {
147 static inline bool IsNeverTail(InstructionClass Class) {
158 static inline bool IsNoThrow(InstructionClass Class)
    [all...]

Completed in 50 milliseconds