OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
102
Function &
F_
= *CI->getCalledFunction();
103
if (needsFPFromSig(
F_
))
Mips16HardFloat.cpp
437
Function *
F_
= CI->getCalledFunction();
439
!(
F_
&& isIntrinsicInline(
F_
))) {
443
if (
F_
&& !isIntrinsicInline(
F_
)) {
446
if (needsFPReturnHelper(*
F_
)) {
451
if (needsFPHelperFromSig(*
F_
)) {
452
assureFPCallStub(*
F_
, M, TM);
Completed in 4137 milliseconds