Searched refs:Fast (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DCallingConv.h37 /// Fast - This calling convention attempts to make calls as fast as
39 Fast = 8, enumerator in enum:llvm::CallingConv::ID
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMipsSEISelLowering.h33 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMipsISelLowering.h394 bool useRegsForByval() const { return CallConv != CallingConv::Fast; }
H A DMips16ISelLowering.cpp162 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
H A DMipsSEISelLowering.cpp247 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
253 if (Fast)
254 *Fast = true;
H A DMipsISelLowering.cpp3241 assert((CallConv != CallingConv::Fast || !IsVarArg) &&
3242 "CallingConv::Fast shouldn't be used for vararg functions.");
3372 return (IsO32 && (CallConv != CallingConv::Fast)) ? 16 : 0;
3380 if (CallConv == CallingConv::Fast)
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h35 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator in enum:llvm::FPOpFusion::FPOpFusionMode
179 /// Fast mode - allows formation of fused FP ops whenever they're
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h156 clEnumValN(FPOpFusion::Fast, "fast",
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h206 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
H A DSystemZISelLowering.cpp313 bool *Fast) const {
317 if (Fast)
318 *Fast = true;
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h278 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DARMISelLowering.cpp1277 case CallingConv::Fast:
10214 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
10226 if (Fast)
10227 *Fast = Subtarget->hasV7Ops();
10238 if (Fast)
10239 *Fast = true;
10265 bool Fast; local
10268 (allowsUnalignedMemoryAccesses(MVT::v2f64, &Fast) && Fast))) {
10272 (allowsUnalignedMemoryAccesses(MVT::f64, &Fast)
[all...]
H A DARMFastISel.cpp861 // Fast instruction selection doesn't support the special
1921 case CallingConv::Fast:
3076 case CallingConv::Fast:
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h460 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
H A DPPCISelLowering.cpp1999 (CallConv == CallingConv::Fast));
2231 (CallConv == CallingConv::Fast));
2528 (CallConv == CallingConv::Fast));
2918 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){
2963 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
3443 (CallConv == CallingConv::Fast &&
3563 CallConv == CallingConv::Fast) && "Unknown calling convention!");
3575 CallConv == CallingConv::Fast)
3808 CallConv == CallingConv::Fast)
4190 CallConv == CallingConv::Fast)
[all...]
H A DPPCFrameLowering.cpp827 MF.getFunction()->getCallingConv() == CallingConv::Fast) {
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h579 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DX86FastISel.cpp488 // Fast instruction selection doesn't support the special
779 CC != CallingConv::Fast &&
793 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
1869 if (CC == CallingConv::Fast || CC == CallingConv::GHC)
1887 if (CC != CallingConv::C && CC != CallingConv::Fast &&
1894 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
1906 // Fast-isel doesn't know about callee-pop yet.
H A DX86FrameLowering.cpp1134 CallingConvention == CallingConv::Fast) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp471 Options.AllowFPOpFusion = llvm::FPOpFusion::Fast;
/freebsd-10-stable/sys/dev/isp/
H A DDriverManual.txt163 I/O command completed without error (this is called 'Fast Posting'
367 or from a Fast Posting mailbox completion interrupt, you can take this
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp385 case CallingConv::Fast:
414 case CallingConv::Fast:
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp898 case CallingConv::Fast:
1083 case CallingConv::Fast:
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1050 case CallingConv::Fast:
1739 return CallCC == CallingConv::Fast && TailCallOpt;
1743 return CallCC == CallingConv::Fast;

Completed in 489 milliseconds

12