/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 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode);
|
/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 {
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstrTypes.h | 455 Instruction::CastOps, ///< The opcode of the cast instruction 468 Instruction::CastOps, ///< The opcode for the cast instruction 621 static Instruction::CastOps getCastOpcode( 650 Instruction::CastOps Opcode, ///< Opcode of cast 668 Instruction::CastOps firstOpcode, ///< Opcode of first cast 669 Instruction::CastOps secondOpcode, ///< Opcode of second cast 679 Instruction::CastOps getOpcode() const { 680 return Instruction::CastOps(Instruction::getOpcode()); 692 static bool castIsValid(Instruction::CastOps op, Type *SrcTy, Type *DstTy); 693 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) {
|
D | IRBuilderFolder.h | 98 virtual Value *CreateCast(Instruction::CastOps Op, Constant *C,
|
D | ConstantRange.h | 310 ConstantRange castOp(Instruction::CastOps CastOp,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 462 Instruction::CastOps, ///< The opcode of the cast instruction 475 Instruction::CastOps, ///< The opcode for the cast instruction 634 static Instruction::CastOps getCastOpcode( 663 Instruction::CastOps Opcode, ///< Opcode of cast 681 Instruction::CastOps firstOpcode, ///< Opcode of first cast 682 Instruction::CastOps secondOpcode, ///< Opcode of second cast 692 Instruction::CastOps getOpcode() const { 693 return Instruction::CastOps(Instruction::getOpcode()); 705 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
|
D | ConstantRange.h | 294 ConstantRange castOp(Instruction::CastOps CastOp,
|
/external/llvm-project/llvm/utils/ |
D | llvm.grm | 61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast | 245 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")" 394 | 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/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 143 Optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() 156 SimplifyAction(Instruction::CastOps CastOp) : CastOp(CastOp) {} in simplifyNvvmIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 631 Instruction::CastOps *CastOp = nullptr, 648 Instruction::CastOps *CastOp = nullptr, unsigned Depth = 0);
|
/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-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 210 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() 285 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 209 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() 284 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 699 Instruction::CastOps *CastOp = nullptr, 716 Instruction::CastOps *CastOp = nullptr, unsigned Depth = 0);
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 16 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|