/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 412 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);
|
D | Instruction.h | 331 enum CastOps { enum
|
/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()
|
D | NoFolder.h | 215 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy, in InsertProfilingInitCall() 87 Instruction::CastOps opcode; in InsertProfilingInitCall()
|
/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/swiftshader/third_party/LLVM/utils/ |
D | llvm.grm | 61 CastOps ::= trunc | zext | sext | fptrunc | fpext | bitcast | 243 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")" 392 | CastOps ResolvedVal to Types
|
/external/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 55 Instruction::CastOps CastOp; in expectPattern()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 229 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()
|
D | InstCombineCalls.cpp | 1142 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI, in transformConstExprCastCall() 1168 Instruction::CastOps opcode = in transformConstExprCastCall() 1212 Instruction::CastOps opcode = in transformConstExprCastCall()
|
/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/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 176 Instruction::CastOps Op,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2040 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/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 234 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/include/llvm/Support/ |
D | ConstantFolder.h | 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
D | TargetFolder.h | 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
D | NoFolder.h | 202 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 447 Instruction::CastOps *CastOp = nullptr);
|
D | ScalarEvolutionExpander.h | 298 Instruction::CastOps Op,
|
D | TargetFolder.h | 168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
|
/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()
|