Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
DSmoke.vert.h145 80: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 79
148 83: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 82
152 86: 6(float) ExtInst 1(GLSL.std.450) 4(FAbs) 85
DSmoke.push_constant.vert.h144 80: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 79
147 83: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 82
151 86: 6(float) ExtInst 1(GLSL.std.450) 4(FAbs) 85
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2931 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() local
2932 if (!ExtInst || ExtInst->getType() != ExtInst->getOperand(0)->getType()) { in promoteOperandForTruncAndAnyExt()
2933 if (ExtInst) { in promoteOperandForTruncAndAnyExt()
2935 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
2936 CreatedInstsCost = !TLI.isExtFree(ExtInst) && !HasMergedNonFreeExt; in promoteOperandForTruncAndAnyExt()
2943 Value *NextVal = ExtInst->getOperand(0); in promoteOperandForTruncAndAnyExt()
2944 TPT.eraseInstruction(ExtInst, NextVal); in promoteOperandForTruncAndAnyExt()
4717 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType); in optimizeSwitchInst() local
4718 ExtInst->insertBefore(SI); in optimizeSwitchInst()
4719 SI->setCondition(ExtInst); in optimizeSwitchInst()