Home
last modified time | relevance | path

Searched refs:shouldConvertPhiType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1202 bool shouldConvertPhiType(Type *From, Type *To) const override;
DX86ISelLowering.cpp31334 bool X86TargetLowering::shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function in X86TargetLowering
31337 return TargetLowering::shouldConvertPhiType(From, To); in shouldConvertPhiType()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2396 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5893 if (!ConvertTy || !AnyAnchored || !TLI->shouldConvertPhiType(PhiTy, ConvertTy)) in optimizePhiType()