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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 120 bool UsesVAFloatArgument;
190 bool usesVAFloatArgument() const {
191 return UsesVAFloatArgument;
195 UsesVAFloatArgument = b;
264 /// function, and set the MachineModuleInfo's usesVAFloatArgument flag if so.
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 175 /// UsesVAFloatArgument - True if this module calls VarArg function with
178 bool UsesVAFloatArgument;
254 bool usesVAFloatArgument() const {
255 return UsesVAFloatArgument;
259 UsesVAFloatArgument = b;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineModuleInfo.cpp 209 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;
337 if (FT->isVarArg() && !MMI.usesVAFloatArgument()) {
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 213 DbgInfoAvailable = UsesVAFloatArgument = UsesMorestackAddr = false;

Completed in 800 milliseconds