Home
last modified time | relevance | path

Searched refs:hasCustomCallingConv (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp508 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
575 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
841 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
997 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64CallLowering.cpp486 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
553 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
819 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
976 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
H A DAArch64Subtarget.h310 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp512 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
579 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
806 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
961 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp486 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
553 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
819 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
976 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
H A DAArch64Subtarget.h309 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp486 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
553 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
819 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
976 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
H A DAArch64Subtarget.h310 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp512 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
579 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
806 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
961 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp511 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
578 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
844 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
1000 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp513 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
580 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
846 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
1002 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
666 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
918 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1100 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
666 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
918 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1100 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
666 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
918 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1100 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp630 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
704 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
956 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1149 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
666 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
918 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1100 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
666 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
918 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1100 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64CallLowering.cpp341 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
386 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
H A DAArch64Subtarget.h286 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64CallLowering.cpp395 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
441 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
H A DAArch64Subtarget.h296 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h338 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h333 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64Subtarget.h333 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h371 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function

123