OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCustom
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMCallLowering.cpp
141
assert(VA.
needsCustom
() && "Value doesn't need custom handling");
148
assert(NextVA.
needsCustom
() && "Value doesn't need custom handling");
312
assert(VA.
needsCustom
() && "Value doesn't need custom handling");
319
assert(NextVA.
needsCustom
() && "Value doesn't need custom handling");
ARMFastISel.cpp
1895
if (VA.isRegLoc() && !VA.
needsCustom
()) {
1897
} else if (VA.
needsCustom
()) {
1975
if (VA.isRegLoc() && !VA.
needsCustom
()) {
1979
} else if (VA.
needsCustom
()) {
ARMISelLowering.cpp
2111
assert(!VA.
needsCustom
() && VA.getLocVT() == MVT::i32 &&
2118
if (VA.
needsCustom
() &&
2171
if (VA.
needsCustom
() &&
2346
if (VA.
needsCustom
() &&
2365
if (VA.
needsCustom
() && VA.getLocVT() == MVT::v2f64) {
2384
} else if (VA.
needsCustom
() && VA.getLocVT() == MVT::f64) {
2876
if (VA.
needsCustom
() && (RegVT == MVT::f64 || RegVT == MVT::v2f64)) {
3031
if (VA.
needsCustom
() && VA.getValVT() == MVT::f16) {
3044
if (VA.
needsCustom
() &&
4320
if (VA.
needsCustom
() && VA.getLocVT() == MVT::v2f64)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h
148
bool
needsCustom
() const { return isCustom; }
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
237
if (VA.
needsCustom
()) {
337
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
()) {
415
if (VA.
needsCustom
()) {
465
if (VA.
needsCustom
()) {
603
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
())
818
assert(VA.
needsCustom
());
834
if (VA.
needsCustom
()) {
1158
if (!VA.
needsCustom
() || VA.getValVT() != MVT::f128
1165
if (VA.
needsCustom
() && VA.getValVT() == MVT::f128
1193
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
()) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp
625
if (VA.
needsCustom
()) {
738
assert(!VA.
needsCustom
() && "custom loc should have been handled already");
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp
1229
if (VA.isRegLoc() && !VA.
needsCustom
()) {
1233
} else if (VA.
needsCustom
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp
340
assert(!VA.
needsCustom
() && "Unexpected custom lowering");
415
assert(!VA.
needsCustom
() && "Unexpected custom lowering");
755
assert(!VA.
needsCustom
() && "Unexpected custom lowering");
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
6887
if (VA.isMemLoc() && VA.
needsCustom
() && ValVT.isFloatingPoint())
6913
if (VA.isMemLoc() && VA.
needsCustom
()) {
6922
assert(I != End && ArgLocs[I].isRegLoc() && ArgLocs[I].
needsCustom
() &&
6942
if (I != End && ArgLocs[I].isRegLoc() && ArgLocs[I].
needsCustom
()) {
7039
if (VA.isRegLoc() && !VA.
needsCustom
()) {
7289
if (VA.isRegLoc() && !VA.
needsCustom
()) {
7296
if (VA.isMemLoc() && VA.
needsCustom
() && ValVT.isVector()) {
7310
assert(ArgLocs[I].isRegLoc() && ArgLocs[I].
needsCustom
() &&
7329
if (I != E && ArgLocs[I].isRegLoc() && ArgLocs[I].
needsCustom
() &&
7356
assert(VA.isRegLoc() && VA.
needsCustom
() && CFlags.IsVarArg &
[
all
...]
PPCFastISel.cpp
1397
!VA.isRegLoc() || VA.
needsCustom
())
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
3043
if (VA.isRegLoc() && !VA.
needsCustom
()) {
3047
} else if (VA.
needsCustom
()) {
AArch64ISelLowering.cpp
5217
assert(!VA.
needsCustom
() && VA.getLocVT() == MVT::i64 &&
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
2772
if (VA.
needsCustom
()) {
3089
if (VA.
needsCustom
()) {
3659
if (VA.
needsCustom
()) {
4139
if (VA.
needsCustom
()) {
4255
if (VA.
needsCustom
()) {
[
all
...]
Completed in 153 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026