Home
last modified time | relevance | path

Searched refs:TypePromotion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp135 class TypePromotion : public FunctionPass { class
174 TypePromotion() : FunctionPass(ID) {} in TypePromotion() function in __anone4b1306d0111::TypePromotion
195 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize()
207 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize()
218 bool TypePromotion::isSource(Value *V) { in isSource()
239 bool TypePromotion::isSink(Value *V) { in isSink()
265 bool TypePromotion::isSafeWrap(Instruction *I) { in isSafeWrap()
371 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote()
678 bool TypePromotion::isSupportedType(Value *V) { in isSupportedType()
696 bool TypePromotion::isSupportedValue(Value *V) { in isSupportedValue()
[all …]
H A DCMakeLists.txt223 TypePromotion.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn221 "TypePromotion.cpp",