HomeSort by: relevance | last modified time | path
    Searched refs:allowTruncateForTailCall (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 518 bool allowTruncateForTailCall(Type *, Type *) const override;
SystemZISelLowering.cpp 1288 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 300 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 450 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
ARMISelLowering.cpp 17471 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 141 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
HexagonISelLowering.cpp 2873 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1205 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2490 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const {

Completed in 52 milliseconds