Home
last modified time | relevance | path

Searched refs:NOps (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp150 unsigned NOps = MD->getNumOperands(); in checkFrontendInstrumentation() local
158 if (NOps < 3) in checkFrontendInstrumentation()
164 SmallVector<uint32_t, 4> RealWeights(NOps - 1); in checkFrontendInstrumentation()
165 for (unsigned i = 1; i < NOps; i++) { in checkFrontendInstrumentation()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp337 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local
338 assert(NOps == 4); in PrintDebugValueComment()
341 OS << cast<DILocalVariable>(MI->getOperand(NOps - 2).getMetadata()) in PrintDebugValueComment()
352 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
/external/llvm/lib/ProfileData/
DInstrProf.cpp724 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local
726 if (NOps < 5) in getValueProfDataFromInst()
752 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp739 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local
740 assert(NOps == 4); in PrintDebugValueComment()
743 OS << cast<DILocalVariable>(MI->getOperand(NOps - 2).getMetadata()) in PrintDebugValueComment()
754 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp332 unsigned NOps = N->getNumOperands(); in Select() local
333 for (unsigned i = 0; i < NOps; i++) { in Select()
345 if (NOps != NumVectorElts) { in Select()
347 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in Select()
351 for (unsigned i = NOps; i < NumVectorElts; ++i) { in Select()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp985 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local
987 if (NOps < 5) in getValueProfDataFromInst()
1013 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp703 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local
704 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()
714 if (NOps != NumVectorElts) { in SelectBuildVector()
716 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
719 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8558 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local
8559 Degree[&N] = NOps; in CreateTopologicalOrder()
8560 if (0 == NOps) in CreateTopologicalOrder()