OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCustom
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
CallingConvLower.h
120
bool
needsCustom
() const { return isCustom; }
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
281
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
()) {
365
if (VA.
needsCustom
()) {
411
if (VA.
needsCustom
()) {
561
if (VA.getValVT() == MVT::i32 && VA.
needsCustom
())
745
assert(VA.
needsCustom
());
757
if (VA.
needsCustom
()) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 73 milliseconds