Searched refs:IntKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2051 StringRef IntKind = F->getFnAttribute("interrupt").getValueAsString(); local
2064 if (IntKind == "" || IntKind == "IRQ" || IntKind == "FIQ" ||
2065 IntKind == "ABORT")
2067 else if (IntKind == "SWI" || IntKind == "UNDEF")

Completed in 506 milliseconds