Searched refs:CastOps (Results 1 - 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeDecoders.h33 Instruction::CastOps &LLVMOpcode);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp65 typedef std::tuple<Value*&, Value*, const Instruction::CastOps, const ConversionType,
70 typedef std::tuple<Value*(&)[2], Value*, const Instruction::CastOps, const ConversionType,
875 Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt, CONVERT_NONE,
976 Instruction::CastOps extendCastType = Instruction::CastOps::CastOpsEnd;
987 extendCastType = Instruction::CastOps::ZExt;
992 extendCastType = Instruction::CastOps::SExt;
996 extendCastType = Instruction::CastOps::UIToFP;
1000 extendCastType = Instruction::CastOps::SIToFP;
1004 extendCastType = Instruction::CastOps
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstrTypes.h407 /// CastOps category (Instruction::isCast(opcode) returns true). This
412 Instruction::CastOps, ///< The opcode of the cast instruction
420 /// CastOps category. This constructor has insert-at-end-of-block semantics
425 Instruction::CastOps, ///< The opcode for the cast instruction
539 static Instruction::CastOps getCastOpcode(
570 Instruction::CastOps Opcode, ///< Opcode of cast
584 /// @returns Instruction::CastOps value for a cast that can replace
588 Instruction::CastOps firstOpcode, ///< Opcode of first cast
589 Instruction::CastOps secondOpcode, ///< Opcode of second cast
597 Instruction::CastOps getOpcod
[all...]
H A DInstruction.h331 enum CastOps { enum in class:llvm::Instruction
/external/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp55 Instruction::CastOps CastOp;
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy,
87 Instruction::CastOps opcode;
/external/llvm/include/llvm/IR/
H A DInstrTypes.h584 /// CastOps category (Instruction::isCast(opcode) returns true). This
589 Instruction::CastOps, ///< The opcode of the cast instruction
597 /// CastOps category. This constructor has insert-at-end-of-block semantics
602 Instruction::CastOps, ///< The opcode for the cast instruction
761 static Instruction::CastOps getCastOpcode(
792 Instruction::CastOps Opcode, ///< Opcode of cast
811 /// returns Instruction::CastOps value for a cast that can replace
815 Instruction::CastOps firstOpcode, ///< Opcode of first cast
816 Instruction::CastOps secondOpcode, ///< Opcode of second cast
826 Instruction::CastOps getOpcod
[all...]
H A DConstantFolder.h156 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
H A DInstruction.h495 enum CastOps { enum in class:llvm::Instruction
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionExpander.h176 Instruction::CastOps Op,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp229 static Instruction::CastOps
241 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
242 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
256 return Instruction::CastOps(Res);
263 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
290 if (Instruction::CastOps opc =
H A DInstCombineCalls.cpp1142 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI,
1168 Instruction::CastOps opcode =
1212 Instruction::CastOps opcode =
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h298 Instruction::CastOps Op,
H A DTargetFolder.h168 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
H A DValueTracking.h447 Instruction::CastOps *CastOp = nullptr);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp121 Builder.CreateCast((Instruction::CastOps)OpCode,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h234 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeDecoders.cpp17 Instruction::CastOps &LLVMOpcode) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp233 static Instruction::CastOps
242 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
243 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
260 return Instruction::CastOps(Res);
267 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
294 if (Instruction::CastOps opc =
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h155 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
H A DNoFolder.h202 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
H A DTargetFolder.h167 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h537 enum CastOps { enum in class:llvm::Instruction
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2040 bool CastInst::isNoopCast(Instruction::CastOps Opcode,
2082 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2248 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty,
2271 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty,
2374 Instruction::CastOps opcode =
2388 Instruction::CastOps opcode =
2402 Instruction::CastOps opcode =
2415 Instruction::CastOps opcode =
2491 Instruction::CastOps
[all...]

Completed in 427 milliseconds

123