Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Function

25 #include "llvm/Function.h"
563 /// getRegisterType member function, however when with physical registers
839 /// map. This function is seperated from the clear so that debug
1013 /// getValueImpl - Helper function for getValue and getNonRegisterValue.
1139 const Function *F = I.getParent()->getParent();
1181 const Function *F = I.getParent()->getParent();
1197 // 'inreg' on function refers to return value
1314 /// This function emits a branch and is used at the leaves of an OR or an
1621 /// visitJumpTableHeader - This function emits necessary code to produce index
1673 /// visitBitTestHeader - This function emits necessary code to produce value
1735 /// visitBitTestCase - this function produces one "bit test"
3113 // If this is a fixed sized alloca in the entry block of the function,
4320 const Function *F = DAG.getMachineFunction().getFunction();
4374 /// EmitFuncArgumentDbgValue - If the DbgValueInst is a dbg_value of a function
4389 // Ignore inlined function arguments here.
4448 /// visitIntrinsicCall - Lower the call to the specified intrinsic function. If
4449 /// we want to emit this as a call to a named external function, return the name
4751 // Get and store the index of the function context.
5019 const Function *F = cast<Function>(I.getArgOperand(1)->stripPointerCasts());
5137 // Check whether the function can return without sret-demotion.
5274 // that correspond to the original function's return values.
5470 // See if any floating point values are being passed to this function. This is
5489 if (Function *F = I.getCalledFunction()) {
5505 // Check for well-known libc/libm calls. If the function is internal, it
6452 // that correspond to the original function's return values.
6471 // For a function returning void, there is no return value. We can't create
6533 const Function &F = *LLVMBB->getParent();
6539 // Check whether the function can return without sret-demotion.
6560 for (Function::const_arg_iterator I = F.arg_begin(), E = F.arg_end();
6663 for (Function::const_arg_iterator I = F.arg_begin(), E = F.arg_end(); I != E;