/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 70 const Instruction::CastOps, 85 const Instruction::CastOps, 780 Instruction::CastOps::FPExt, in JitGatherVertices() 910 Instruction::CastOps extendCastType = Instruction::CastOps::CastOpsEnd; in JitGatherVertices() 921 extendCastType = Instruction::CastOps::ZExt; in JitGatherVertices() 926 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices() 930 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices() 934 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices() 938 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices() 1305 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle8bpcGatherd16() [all …]
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeDecoders.h | 33 Instruction::CastOps &LLVMOpcode);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 615 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);
|
D | ConstantRange.h | 230 ConstantRange castOp(Instruction::CastOps CastOp,
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 589 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);
|
D | Instruction.h | 495 enum CastOps {
|
D | ConstantFolder.h | 156 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | llvm.grm | 61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast | 244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")" 393 | CastOps ResolvedVal to Types
|
/external/llvm/utils/ |
D | llvm.grm | 61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast | 244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")" 393 | CastOps ResolvedVal to Types
|
/external/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 55 Instruction::CastOps CastOp; in expectPattern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 558 Instruction::CastOps *CastOp = nullptr, 562 Instruction::CastOps *CastOp = nullptr) {
|
D | ScalarEvolutionExpander.h | 326 Instruction::CastOps Op,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 233 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/ |
D | Float2Int.cpp | 199 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() 264 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 56 Instruction::CastOps CastOp; in expectPattern()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 17 Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2203 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/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 447 Instruction::CastOps *CastOp = nullptr);
|
D | ScalarEvolutionExpander.h | 298 Instruction::CastOps Op,
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 537 enum CastOps { enum
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2367 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() 2423 Instruction::CastOps firstOp, Instruction::CastOps secondOp, in isEliminableCastPair() 2646 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create() 2668 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create() 2817 Instruction::CastOps opcode = in CreateIntegerCast() 2831 Instruction::CastOps opcode = in CreateIntegerCast() 2845 Instruction::CastOps opcode = in CreateFPCast() 2858 Instruction::CastOps opcode = in CreateFPCast() 2980 Instruction::CastOps 3084 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
|