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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 167 /// UsesVAFloatArgument - True if this module calls VarArg function with
170 bool UsesVAFloatArgument;
255 bool usesVAFloatArgument() const {
256 return UsesVAFloatArgument;
260 UsesVAFloatArgument = b;
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 682 if (TT.isKnownWindowsMSVCEnvironment() && MMI->usesVAFloatArgument()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 644 /// usesVAFloatArgument flag if so. This flag is used to emit an undefined
652 if (FT->isVarArg() && !MMI->usesVAFloatArgument()) {

Completed in 182 milliseconds