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 175 /// UsesVAFloatArgument - True if this module calls VarArg function with
178 bool UsesVAFloatArgument;
254 bool usesVAFloatArgument() const {
255 return UsesVAFloatArgument;
259 UsesVAFloatArgument = b;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 546 /// usesVAFloatArgument flag if so. This flag is used to emit an undefined
554 if (FT->isVarArg() && !MMI->usesVAFloatArgument()) {
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 615 if (TT.isKnownWindowsMSVCEnvironment() && MMI->usesVAFloatArgument()) {

Completed in 394 milliseconds