HomeSort by relevance Sort by last modified time
    Searched refs:isVarArg (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 535 if (!LRUsed && !MF.getFunction()->isVarArg() &&
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 610 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg());
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 537 CalledFunc->getFunctionType()->isVarArg()) return false;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 174 bool IsVarArg);
177 unsigned &NumBytes, bool IsVarArg);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 307 bool isVarArg,
365 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
    [all...]
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp 491 bool isVarArg,
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 665 if (!MemsetType->isVarArg() && MemsetType->getNumParams() == 3 &&
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 275 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
543 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
    [all...]
Core.cpp 388 LLVMBool IsVarArg) {
390 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
394 return unwrap<FunctionType>(FunctionTy)->isVarArg();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 582 nl(Out) << "/*isVarArg=*/" << (FT->isVarArg() ? "true" : "false") << ");";
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 546 otherwise. See the method [llvm::FunctionType::isVarArg]. *)
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1381 milliseconds

1 2 34