Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp70 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/
DNaClBitcodeDecoders.h33 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode);
/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);
DInstruction.h495 enum CastOps {
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h455 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) {
DIRBuilderFolder.h98 virtual Value *CreateCast(Instruction::CastOps Op, Constant *C,
DConstantRange.h310 ConstantRange castOp(Instruction::CastOps CastOp,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h462 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);
DConstantRange.h294 ConstantRange castOp(Instruction::CastOps CastOp,
/external/llvm-project/llvm/utils/
Dllvm.grm61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast |
245 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
394 | 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/llvm/unittests/Analysis/
DValueTrackingTest.cpp55 Instruction::CastOps CastOp; in expectPattern()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp143 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/
DValueTracking.h631 Instruction::CastOps *CastOp = nullptr,
648 Instruction::CastOps *CastOp = nullptr, unsigned Depth = 0);
/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-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp210 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards()
285 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp209 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards()
284 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards()
/external/llvm-project/llvm/include/llvm/Analysis/
DValueTracking.h699 Instruction::CastOps *CastOp = nullptr,
716 Instruction::CastOps *CastOp = nullptr, unsigned Depth = 0);
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp16 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h227 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp121 Builder.CreateCast((Instruction::CastOps)OpCode, in createReplacementInstr()
/external/swiftshader/third_party/llvm-10.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()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,

12345