HomeSort by: relevance | last modified time | path
    Searched refs:VSN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 344 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
345 VSN->Type = Type;
346 VSN->Name = synthesizeQualifiedName(Arena, VariableName);
347 return VSN;
354 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
355 VSN->Name = QN;
357 return VSN;
375 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
376 VSN->Name = demangleNameScopeChain(MangledName, RBCDN);
378 return VSN;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 4394 if (auto *VSN = dyn_cast<ShuffleVectorSDNode>(ShuffleOp)) {
4397 int Index = VSN->getMaskElt(I);
5170 auto *VSN = cast<ShuffleVectorSDNode>(Op.getNode());
5175 if (VSN->isSplat()) {
5177 unsigned Index = VSN->getSplatIndex();
5191 int Elt = VSN->getMaskElt(I);
5198 return GS.getNode(DAG, SDLoc(VSN));
5347 if (auto *VSN = dyn_cast<ShuffleVectorSDNode>(Op1)) {
5348 if (VSN->isSplat()) {
5349 SDValue VSNOp0 = VSN->getOperand(0)
    [all...]

Completed in 44 milliseconds