Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp284 Value *ExtRes = nullptr; in promoteUniformOpToI32() local
295 ExtRes = Builder.CreateBinOp(I.getOpcode(), ExtOp0, ExtOp1); in promoteUniformOpToI32()
296 if (Instruction *Inst = dyn_cast<Instruction>(ExtRes)) { in promoteUniformOpToI32()
307 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
352 Value *ExtRes = nullptr; in promoteUniformOpToI32() local
362 ExtRes = Builder.CreateSelect(I.getOperand(0), ExtOp1, ExtOp2); in promoteUniformOpToI32()
363 TruncRes = Builder.CreateTrunc(ExtRes, I.getType()); in promoteUniformOpToI32()
385 Value *ExtRes = Builder.CreateCall(I32, { ExtOp }); in promoteUniformBitreverseToI32() local
387 Builder.CreateLShr(ExtRes, 32 - getBaseElementBitWidth(I.getType())); in promoteUniformBitreverseToI32()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2831 SDValue ExtRes = Res; in ExpandNode() local
2843 ExtRes = LHS; in ExpandNode()
2849 ExtRes = LHS; in ExpandNode()
2862 Results.push_back(ExtRes.getValue(0)); in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2926 SDValue ExtRes = Res; in ExpandNode() local
2938 ExtRes = LHS; in ExpandNode()
2944 ExtRes = LHS; in ExpandNode()
2957 Results.push_back(ExtRes.getValue(0)); in ExpandNode()