Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h650 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
741 TLI->isOperationLegalOrPromote(ISD, DstLT.second))
1477 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
DTargetLowering.h975 bool isOperationLegalOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrPromote() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9485 if (!TLI.isOperationLegalOrPromote(Opcode, VT)) in lowerBuildVectorToBitOp()
39912 if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), VT)) in PromoteMaskArithmetic()
42010 if (TLI.isOperationLegalOrPromote(SrcOpcode, VT) && in combineTruncatedArithmetic()