Searched defs:Fn (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAnalysis.cpp87 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
92 void LLVMViewFunctionCFG(LLVMValueRef Fn) { argument
97 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp155 Function *Fn = CI->getCalledFunction(); local
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h151 RegisterStandardPasses(PassManagerBuilder::ExtensionPointTy Ty, PassManagerBuilder::ExtensionFn Fn) argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp63 bool OptimizePHIs::runOnMachineFunction(MachineFunction &Fn) { argument
H A DCallingConvLower.cpp67 AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, CCAssignFn Fn) argument
86 CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
100 AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
118 AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
136 AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, SmallVectorImpl<ISD::ArgFlagsTy> &Flags, CCAssignFn Fn) argument
155 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, CCAssignFn Fn) argument
172 AnalyzeCallResult(MVT VT, CCAssignFn Fn) argument
[all...]
H A DDwarfEHPrepare.cpp108 bool DwarfEHPrepare::InsertUnwindResumeCalls(Function &Fn) { argument
176 bool DwarfEHPrepare::runOnFunction(Function &Fn) { argument
[all...]
H A DIntrinsicLowering.cpp38 static void EnsureFPIntrinsicsExist(Module &M, Function *Fn, argument
H A DLexicalScopes.cpp43 void LexicalScopes::initialize(const MachineFunction &Fn) { argument
H A DLocalStackSlotAllocation.cpp151 void LocalStackSlotPass::calculateFrameObjectOffsets(MachineFunction &Fn) { argument
211 bool LocalStackSlotPass::insertFrameReferenceRegisters(MachineFunction &Fn) { argument
[all...]
H A DStackProtector.cpp61 bool StackProtector::runOnFunction(Function &Fn) { argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DThreading.cpp79 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
121 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
141 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
H A DCrashRecoveryContext.cpp304 bool CrashRecoveryContext::RunSafely(void (*Fn)(void*), void *UserData) { argument
349 bool CrashRecoveryContext::RunSafelyOnThread(void (*Fn)(void*), void *UserData, argument
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp73 bool HexagonExpandPredSpillCode::runOnMachineFunction(MachineFunction &Fn) { argument
H A DHexagonSplitConst32AndConst64.cpp68 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { argument
H A DHexagonSplitTFRCondSets.cpp80 bool HexagonSplitTFRCondSets::runOnMachineFunction(MachineFunction &Fn) { argument
H A DHexagonCFGOptimizer.cpp102 bool HexagonCFGOptimizer::runOnMachineFunction(MachineFunction &Fn) { argument
H A DHexagonCallingConvLower.cpp66 AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, Hexagon_CCAssignFn Fn, unsigned SretValueInRegs) argument
94 AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, Hexagon_CCAssignFn Fn, unsigned SretValueInRegs) argument
131 AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, Hexagon_CCAssignFn Fn, int NonVarArgsParams, unsigned SretValueSize) argument
161 AnalyzeCallOperands(SmallVectorImpl<EVT> &ArgVTs, SmallVectorImpl<ISD::ArgFlagsTy> &Flags, Hexagon_CCAssignFn Fn) argument
180 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, Hexagon_CCAssignFn Fn, unsigned SretValueInRegs) argument
197 AnalyzeCallResult(EVT VT, Hexagon_CCAssignFn Fn) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp54 bool MSP430BSel::runOnMachineFunction(MachineFunction &Fn) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp108 NVPTXPrologEpilogPass::calculateFrameObjectOffsets(MachineFunction &Fn) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp64 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp159 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn, argument
/freebsd-10-stable/contrib/llvm/tools/lli/
H A Dlli.cpp469 Function *Fn = &*I; local
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h47 FunctionT *Fn; member in class:llvm::BlockFrequencyImpl
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h55 const Function *Fn; member in class:llvm::FunctionLoweringInfo
H A DMachineFunction.h76 const Function *Fn; member in class:llvm::MachineFunction

Completed in 454 milliseconds

1234