Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp301 Value *ExtRes = nullptr; in promoteUniformOpToI32() local
312 ExtRes = Builder.CreateBinOp(I.getOpcode(), ExtOp0, ExtOp1); in promoteUniformOpToI32()
313 if (Instruction *Inst = dyn_cast<Instruction>(ExtRes)) { in promoteUniformOpToI32()
324 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
369 Value *ExtRes = nullptr; in promoteUniformOpToI32() local
379 ExtRes = Builder.CreateSelect(I.getOperand(0), ExtOp1, ExtOp2); in promoteUniformOpToI32()
380 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
402 Value *ExtRes = Builder.CreateCall(I32, { ExtOp }); in promoteUniformBitreverseToI32() local
404 Builder.CreateLShr(ExtRes, 32 - getBaseElementBitWidth(I.getType())); in promoteUniformBitreverseToI32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2823 SDValue ExtRes = Res; in ExpandNode() local
2835 ExtRes = LHS; in ExpandNode()
2841 ExtRes = LHS; in ExpandNode()
2854 Results.push_back(ExtRes.getValue(0)); in ExpandNode()