Searched defs:Fast (Results 1 - 5 of 5) sorted by relevance

/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/include/llvm/Target/
H A DTargetOptions.h36 Fast, // Enable fusion of FP ops wherever it's profitable. enumerator in enum:llvm::FPOpFusion::FPOpFusionMode
205 /// Fast mode - allows formation of fused FP ops whenever they're
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3861 bool Fast; local
3865 TLI.allowsUnalignedMemoryAccesses(VT, AS, &Fast) && Fast)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1510 .setCallee(CallingConv::Fast, RetTy, Callee, std::move(Args), 0);
1637 case CallingConv::Fast:
2101 return CallCC == CallingConv::Fast && TailCallOpt;
2105 return CallCC == CallingConv::Fast;
6161 bool Fast; local
6167 (allowsUnalignedMemoryAccesses(MVT::f128, 0, &Fast) && Fast)))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1214 case CallingConv::Fast:
1217 return CallingConv::Fast;
1240 case CallingConv::Fast:
9690 bool *Fast) const {
9702 if (Fast)
9703 *Fast = Subtarget->hasV7Ops();
9714 if (Fast)
9715 *Fast = true;
9741 bool Fast; local
9744 (allowsUnalignedMemoryAccesses(MVT::v2f64, 0, &Fast)
[all...]

Completed in 2410 milliseconds