Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp399 bool optimizeFunnelShift(IntrinsicInst *Fsh);
6488 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() argument
6489 Intrinsic::ID Opcode = Fsh->getIntrinsicID(); in optimizeFunnelShift()
6503 Type *Ty = Fsh->getType(); in optimizeFunnelShift()
6507 if (!match(Fsh->getOperand(2), in optimizeFunnelShift()
6513 IRBuilder<> Builder(Fsh); in optimizeFunnelShift()
6514 Value *X = Fsh->getOperand(0), *Y = Fsh->getOperand(1); in optimizeFunnelShift()
6518 Fsh->replaceAllUsesWith(NewSel); in optimizeFunnelShift()
6519 Fsh->eraseFromParent(); in optimizeFunnelShift()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp2161 _program = CreateProgram(Vsh<api>(), "", Fsh<api>(), true); in Run()
2326 std::string Fsh() in Fsh() function in glcts::__anone9281a0a0111::CBasicVertexInstancingDef
3552 _program = CreateProgram(Vsh<api>(), "", Fsh<api>(), true); in Run()
3729 std::string Fsh() in Fsh() function in glcts::__anone9281a0a0111::CBasicVertexIDsDef
5249 _program = CreateProgram(Vsh<api>(), "", Fsh<api>(), false); in Run()
5411 std::string Fsh() in Fsh() function in glcts::__anone9281a0a0111::CComputeBase
6964 _program = CreateProgram(Vsh(), Gsh(), Fsh(), true); in Run()
7036 std::string Fsh() in Fsh() function in glcts::__anone9281a0a0111::CNegativeGshArray
7078 _program = CreateProgram(Vsh(), Gsh(), Fsh(), true); in Run()
7160 std::string Fsh() in Fsh() function in glcts::__anone9281a0a0111::CNegativeGshElements