Home
last modified time | relevance | path

Searched refs:getCastOpcode (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy, in InsertProfilingInitCall()
89 opcode = CastInst::getCastOpcode(InitCall, true, AI->getType(), true); in InsertProfilingInitCall()
93 opcode = CastInst::getCastOpcode(AI, true, in InsertProfilingInitCall()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DInstructionsTest.cpp128 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
129 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
/external/llvm/unittests/IR/
DInstructionsTest.cpp215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
231 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true, in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
411 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
460 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
473 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
497 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
513 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
652 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2799 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/external/llvm/lib/IR/
DConstantFold.cpp397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
413 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
462 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
476 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
500 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
516 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
641 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2981 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp380 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
446 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
461 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
485 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
501 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
617 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2492 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp227 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
228 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
243 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true, in TEST()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1142 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI, in transformConstExprCastCall()
1169 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
1213 CastInst::getCastOpcode(NC, false, OldRetTy, false); in transformConstExprCastCall()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h539 static Instruction::CastOps getCastOpcode(
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3636 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
3649 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
3719 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
3749 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4589 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4604 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
4679 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4709 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/external/llvm/include/llvm/IR/
DInstrTypes.h761 static Instruction::CastOps getCastOpcode(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h787 static Instruction::CastOps getCastOpcode(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5151 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5166 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5240 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5269 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp558 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp67 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/external/llvm/lib/Analysis/
DConstantFolding.cpp704 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp113 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp752 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp113 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2806 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4300 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()

12