Home
last modified time | relevance | path

Searched defs:shouldConvertPhiType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2657 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h2875 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h2802 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h2773 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h2802 virtual bool shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35058 bool X86TargetLowering::shouldConvertPhiType(Type *From, Type *To) const { in shouldConvertPhiType() function in X86TargetLowering