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

12

/external/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
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMips16ISelLowering.h24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DMipsSEISelLowering.cpp78 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
84 if (Fast)
85 *Fast = true;
H A DMipsISelLowering.h268 bool useRegsForByval() const { return CallConv != CallingConv::Fast; }
H A DMips16ISelLowering.cpp80 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
H A DMipsISelLowering.cpp3385 assert((CallConv != CallingConv::Fast || !IsVarArg) &&
3386 "CallingConv::Fast shouldn't be used for vararg functions.");
3517 return (IsO32 && (CallConv != CallingConv::Fast)) ? 16 : 0;
3525 if (CallConv == CallingConv::Fast)
/external/llvm/include/llvm/Target/
H A DTargetOptions.h35 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator in enum:llvm::FPOpFusion::FPOpFusionMode
197 /// Fast mode - allows formation of fused FP ops whenever they're
H A DTargetLowering.h693 virtual bool allowsUnalignedMemoryAccesses(EVT, bool *Fast = 0) const {
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h161 clEnumValN(FPOpFusion::Fast, "fast",
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h290 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
H A DARMISelLowering.cpp1195 case CallingConv::Fast:
9460 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
9472 if (Fast)
9473 *Fast = Subtarget->hasV7Ops();
9484 if (Fast)
9485 *Fast = true;
9511 bool Fast; local
9514 (allowsUnalignedMemoryAccesses(MVT::v2f64, &Fast) && Fast))) {
9518 (allowsUnalignedMemoryAccesses(MVT::f64, &Fast)
[all...]
H A DARMFastISel.cpp810 // Fast instruction selection doesn't support the special
1865 case CallingConv::Fast:
2899 case CallingConv::Fast:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h454 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
H A DPPCISelLowering.cpp1911 (CallConv == CallingConv::Fast));
2143 (CallConv == CallingConv::Fast));
2433 (CallConv == CallingConv::Fast));
2824 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){
2869 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
3346 (CallConv == CallingConv::Fast &&
3464 CallConv == CallingConv::Fast) && "Unknown calling convention!");
3476 CallConv == CallingConv::Fast)
3706 CallConv == CallingConv::Fast)
4078 CallConv == CallingConv::Fast)
[all...]
H A DPPCFrameLowering.cpp727 MF.getFunction()->getCallingConv() == CallingConv::Fast) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp359 // Fast instruction selection doesn't support the special
722 CC != CallingConv::Fast &&
735 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
1626 if (CC == CallingConv::Fast || CC == CallingConv::GHC)
1643 if (CC != CallingConv::C && CC != CallingConv::Fast &&
1649 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
1661 // Fast-isel doesn't know about callee-pop yet.
H A DX86ISelLowering.h522 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp444 Options.AllowFPOpFusion = llvm::FPOpFusion::Fast;
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp266 case CallingConv::Fast:
295 case CallingConv::Fast:
/external/llvm/tools/lto/
H A DLTOModule.cpp100 clEnumValN(FPOpFusion::Fast, "fast",
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp916 case CallingConv::Fast:
1097 case CallingConv::Fast:
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm80 db 'Fast decoding Code from Chris Anderson'
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp816 case CallingConv::Fast:
1499 return CallCC == CallingConv::Fast && TailCallOpt;
1503 return CallCC == CallingConv::Fast;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2068 User.setCallingConv(CallingConv::Fast);
2112 // function, and is only called directly, promote it to use the Fast
2114 F->setCallingConv(CallingConv::Fast);

Completed in 440 milliseconds

12