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

1 2 34

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 481 LLVMBool IsVarArg) {
483 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
487 return unwrap<FunctionType>(FunctionTy)->isVarArg();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 267 LLVMBool IsVarArg) {
269 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
273 return unwrap<FunctionType>(FunctionTy)->isVarArg();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Core.cpp 628 LLVMBool IsVarArg) {
630 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
634 return unwrap<FunctionType>(FunctionTy)->isVarArg();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 90 HexagonCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
93 : CCState(CC, isVarArg, MF, locs, C),
557 bool isVarArg,
566 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
611 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg,
618 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
668 bool isVarArg = CLI.IsVarArg;
684 if (F->isVarArg() && F->getFunctionType()->getNumParams() != 0)
691 HexagonCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 71 ARMCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
74 : CCState(CC, isVarArg, MF, locs, C) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1155 milliseconds

1 2 34