Home
last modified time | relevance | path

Searched refs:CastOps (Results 1 – 25 of 93) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp69 typedef std::tuple<Value*&, Value*, const Instruction::CastOps, const ConversionType,
83 typedef std::tuple<Value*(&)[2], Value*, const Instruction::CastOps, const ConversionType,
1268 …pcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, Instruction::CastOps::FPExt, CONVERT_N… in JitGatherVertices()
1303 …pcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt, CONVERT_N… in JitGatherVertices()
1499 Instruction::CastOps extendCastType = Instruction::CastOps::CastOpsEnd; in JitGatherVertices()
1510 extendCastType = Instruction::CastOps::ZExt; in JitGatherVertices()
1515 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices()
1519 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices()
1523 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices()
1527 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h412 Instruction::CastOps, ///< The opcode of the cast instruction
425 Instruction::CastOps, ///< The opcode for the cast instruction
539 static Instruction::CastOps getCastOpcode(
570 Instruction::CastOps Opcode, ///< Opcode of cast
588 Instruction::CastOps firstOpcode, ///< Opcode of first cast
589 Instruction::CastOps secondOpcode, ///< Opcode of second cast
597 Instruction::CastOps getOpcode() const {
598 return Instruction::CastOps(Instruction::getOpcode());
610 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
DInstruction.h331 enum CastOps { enum
/external/llvm/include/llvm/IR/
DInstrTypes.h589 Instruction::CastOps, ///< The opcode of the cast instruction
602 Instruction::CastOps, ///< The opcode for the cast instruction
761 static Instruction::CastOps getCastOpcode(
792 Instruction::CastOps Opcode, ///< Opcode of cast
815 Instruction::CastOps firstOpcode, ///< Opcode of first cast
816 Instruction::CastOps secondOpcode, ///< Opcode of second cast
826 Instruction::CastOps getOpcode() const {
827 return Instruction::CastOps(Instruction::getOpcode());
839 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h615 Instruction::CastOps, ///< The opcode of the cast instruction
628 Instruction::CastOps, ///< The opcode for the cast instruction
787 static Instruction::CastOps getCastOpcode(
816 Instruction::CastOps Opcode, ///< Opcode of cast
834 Instruction::CastOps firstOpcode, ///< Opcode of first cast
835 Instruction::CastOps secondOpcode, ///< Opcode of second cast
845 Instruction::CastOps getOpcode() const {
846 return Instruction::CastOps(Instruction::getOpcode());
858 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
DConstantRange.h230 ConstantRange castOp(Instruction::CastOps CastOp,
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy, in InsertProfilingInitCall()
87 Instruction::CastOps opcode; in InsertProfilingInitCall()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeDecoders.h33 Instruction::CastOps &LLVMOpcode);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dllvm.grm61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast |
244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
393 | CastOps ResolvedVal to Types
/external/swiftshader/third_party/LLVM/utils/
Dllvm.grm61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast |
243 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
392 | CastOps ResolvedVal to Types
/external/llvm/utils/
Dllvm.grm61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast |
244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
393 | CastOps ResolvedVal to Types
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h558 Instruction::CastOps *CastOp = nullptr,
562 Instruction::CastOps *CastOp = nullptr) {
/external/llvm/unittests/Analysis/
DValueTrackingTest.cpp55 Instruction::CastOps CastOp; in expectPattern()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp229 static Instruction::CastOps
241 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode()); in isEliminableCastPair()
242 Instruction::CastOps secondOp = Instruction::CastOps(opcode); in isEliminableCastPair()
256 return Instruction::CastOps(Res); in isEliminableCastPair()
263 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, in ShouldOptimizeCast()
290 if (Instruction::CastOps opc = in commonCastTransforms()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp233 static Instruction::CastOps
242 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode()); in isEliminableCastPair()
243 Instruction::CastOps secondOp = Instruction::CastOps(opcode); in isEliminableCastPair()
260 return Instruction::CastOps(Res); in isEliminableCastPair()
267 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V, in ShouldOptimizeCast()
294 if (Instruction::CastOps opc = in commonCastTransforms()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp199 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards()
264 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h176 Instruction::CastOps Op,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueTrackingTest.cpp56 Instruction::CastOps CastOp; in expectPattern()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp17 Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2040 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast()
2082 Instruction::CastOps firstOp, Instruction::CastOps secondOp, in isEliminableCastPair()
2248 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2271 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2374 Instruction::CastOps opcode = in CreateIntegerCast()
2388 Instruction::CastOps opcode = in CreateIntegerCast()
2402 Instruction::CastOps opcode = in CreateFPCast()
2415 Instruction::CastOps opcode = in CreateFPCast()
2491 Instruction::CastOps
2601 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h234 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2203 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast()
2245 Instruction::CastOps firstOp, Instruction::CastOps secondOp, in isEliminableCastPair()
2461 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2483 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2632 Instruction::CastOps opcode = in CreateIntegerCast()
2646 Instruction::CastOps opcode = in CreateIntegerCast()
2660 Instruction::CastOps opcode = in CreateFPCast()
2673 Instruction::CastOps opcode = in CreateFPCast()
2798 Instruction::CastOps
2902 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()

1234