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

  /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...]
DependencyAnalysis.h 68 InstructionClass Class);
74 ProvenanceAnalysis &PA, InstructionClass Class);
ObjCARCUtil.cpp 29 const InstructionClass Class) {
81 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
86 return StringSwitch<InstructionClass>(F->getName())
98 return StringSwitch<InstructionClass>(F->getName())
117 return StringSwitch<InstructionClass>(F->getName())
134 return StringSwitch<InstructionClass>(F->getName())
142 return StringSwitch<InstructionClass>(F->getName())
153 InstructionClass
167 InstructionClass Class = GetFunctionClass(F);
DependencyAnalysis.cpp 37 InstructionClass Class) {
72 ProvenanceAnalysis &PA, InstructionClass Class) {
124 InstructionClass Class = GetInstructionClass(Inst);
136 InstructionClass Class = GetInstructionClass(Inst);
149 InstructionClass Class = GetInstructionClass(Inst);
179 InstructionClass Class = GetBasicInstructionClass(Inst);
ObjCARCContract.cpp 84 InstructionClass Class,
178 InstructionClass Class,
260 InstructionClass Class = GetBasicInstructionClass(Inst);
381 InstructionClass Class = GetBasicInstructionClass(Inst);
ObjCARCOpts.cpp 753 InstructionClass &Class);
    [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 271 Record *InstructionClass = Records.getClass("Instruction");
273 assert(InstructionClass && "Instruction class definition missing!");
279 I->second->isSubClassOf(InstructionClass))

Completed in 970 milliseconds