HomeSort by relevance Sort by last modified time
    Searched refs:allowTruncateForTailCall (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 98 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 232 bool allowTruncateForTailCall(Type *, Type *) const override;
SystemZISelLowering.cpp 611 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 260 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 284 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 692 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 231 milliseconds