OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCustom
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
CallingConvLower.h
146
bool
needsCustom
() const { return isCustom; }
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
236
if (VA.
needsCustom
()) {
336
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
()) {
423
if (VA.
needsCustom
()) {
475
if (VA.
needsCustom
()) {
623
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
())
828
assert(VA.
needsCustom
());
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
[
all
...]
AArch64ISelLowering.cpp
[
all
...]
Completed in 289 milliseconds