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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 771 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
774 // Increment the pointer, VAList, to the next vararg
775 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
778 // Store the incremented VAList to the legalized pointer
779 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
781 // Load the actual argument out of the pointer VAList
782 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 753 SDValue VAList = DAG.getLoad(getPointerTy(), dl, Node->getOperand(0),
756 // Increment the pointer, VAList, to the next vararg
757 SDValue Tmp3 = DAG.getNode(ISD::ADD, dl, getPointerTy(), VAList,
760 // Store the incremented VAList to the legalized pointer
761 Tmp3 = DAG.getStore(VAList.getValue(1), dl, Tmp3, Node->getOperand(1),
763 // Load the actual argument out of the pointer VAList
764 return DAG.getLoad(VT, dl, Tmp3, VAList, MachinePointerInfo(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 761 SDValue VAList =
763 // Increment the pointer, VAList, to the next vararg
764 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
767 // Store the incremented VAList to the legalized pointer
768 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
770 // Load the actual argument out of the pointer VAList
771 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 832 milliseconds