Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp142 class TypePromotion : public FunctionPass { class
181 TypePromotion() : FunctionPass(ID) {} in TypePromotion() function in __anon57ec75710111::TypePromotion
204 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize()
216 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize()
227 bool TypePromotion::isSource(Value *V) { in isSource()
248 bool TypePromotion::isSink(Value *V) { in isSink()
274 bool TypePromotion::isSafeWrap(Instruction *I) { in isSafeWrap()
387 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote()
725 bool TypePromotion::isSupportedType(Value *V) { in isSupportedType()
1009 char TypePromotion::ID = 0;
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile435 SRCS_MIN+= CodeGen/TypePromotion.cpp