Searched refs:SrcOpcode (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86DomainReassignment.cpp | 84 unsigned SrcOpcode; member in __anon448a6ad30111::InstrConverterBase 87 InstrConverterBase(unsigned SrcOpcode) : SrcOpcode(SrcOpcode) {} in InstrConverterBase() argument 94 assert(MI->getOpcode() == SrcOpcode && in isLegal() 115 InstrIgnore(unsigned SrcOpcode) : InstrConverterBase(SrcOpcode) {} in InstrIgnore() argument 135 InstrReplacer(unsigned SrcOpcode, unsigned DstOpcode) in InstrReplacer() argument 136 : InstrConverterBase(SrcOpcode), DstOpcode(DstOpcode) {} in InstrReplacer() 176 InstrReplacerDstCOPY(unsigned SrcOpcode, unsigned DstOpcode) in InstrReplacerDstCOPY() argument 177 : InstrConverterBase(SrcOpcode), DstOpcode(DstOpcode) {} in InstrReplacerDstCOPY() 212 InstrCOPYReplacer(unsigned SrcOpcode, RegDomain DstDomain, unsigned DstOpcode) in InstrCOPYReplacer() argument 213 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer() [all …]
|
| D | X86ISelLowering.cpp | 41961 unsigned SrcOpcode = Src.getOpcode(); in combineTruncatedArithmetic() local 41989 return DAG.getNode(SrcOpcode, DL, VT, Trunc0, Trunc1); in combineTruncatedArithmetic() 42004 switch (SrcOpcode) { in combineTruncatedArithmetic() 42010 if (TLI.isOperationLegalOrPromote(SrcOpcode, VT) && in combineTruncatedArithmetic() 42020 TLI.isOperationLegal(SrcOpcode, VT) && in combineTruncatedArithmetic() 42021 !TLI.isOperationLegal(SrcOpcode, SrcVT)) in combineTruncatedArithmetic() 42027 if (TLI.isOperationLegal(SrcOpcode, VT) && in combineTruncatedArithmetic() 42037 if (TLI.isOperationLegal(SrcOpcode, VT) && in combineTruncatedArithmetic()
|