/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 29 Type *OpType; variable
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVISelLowering.cpp | 134 createNewPtrType(SPIRVGlobalRegistry & GR,MachineInstr & I,SPIRVType * OpType,bool ReuseType,bool EmitIR,SPIRVType * ResType,const Type * ResTy) createNewPtrType() argument 158 SPIRVType *OpType = GR.getSPIRVTypeForVReg(OpTypeReg, MF); validatePtrTypes() local 192 SPIRVType *OpType = GR.getSPIRVTypeForVReg(OpTypeReg, MF); validateGroupWaitEventsPtr() local 213 SPIRVType *OpType = GR.getSPIRVTypeForVReg(OpTypeReg, MF); validateGroupAsyncCopyPtr() local [all...] |
H A D | SPIRVInstructionSelector.cpp | 714 SPIRVType *OpType = OpReg.isValid() ? GR.getSPIRVTypeForVReg(OpReg) : nullptr; selectBitcast() local 1917 SPIRVType *OpType = GR.getSPIRVTypeForVReg(OpReg); wrapIntoSpecConstantOp() local [all...] |
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 53 enum OpType { enum 134 enum OpType { enum
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 349 isl_ast_op_type OpType; createOpBin() local 519 isl_ast_op_type OpType = isl_ast_expr_get_op_type(Expr); createOpICmp() local 545 isl_ast_op_type OpType; createOpBoolean() local 593 isl_ast_op_type OpType; createOpBooleanConditional() local [all...] |
H A D | IslNodeBuilder.cpp | 117 isl_ast_op_type OpType = isl_ast_expr_get_op_type(Cond.get()); getUpperBound() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | AsmWriterInst.h | 26 enum OpType { enum
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 112 auto *OpType = cast<VectorType>(Matrix->getType()); variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 121 static bool shouldPrintAsStr(char Specifier, Type *OpType) { in shouldPrintAsStr() argument
|
H A D | SIFoldOperands.cpp | 217 uint8_t OpType = TII->get(Opcode).operands()[OpNo].OperandType; canUseImmWithOpSel() local 238 uint8_t OpType = TII->get(Opcode).operands()[OpNo].OperandType; tryFoldImmWithOpSel() local [all...] |
H A D | SIInstrInfo.h | 1043 uint8_t OpType = (Size == 8) ? isInlineConstant() local
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 2354 unsigned OpType = Desc.operands()[OpNo].OperandType; isSISrcOperand() local 2361 unsigned OpType = Desc.operands()[OpNo].OperandType; isKImmOperand() local 2368 unsigned OpType = Desc.operands()[OpNo].OperandType; isSISrcFPOperand() local 2394 unsigned OpType = Desc.operands()[OpNo].OperandType; isSISrcInlinableOperand() local 2728 isInlinableLiteralV216(uint32_t Literal,uint8_t OpType) isInlinableLiteralV216() argument [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | PatternMatch.h | 963 insert(LogicalResult (* implFn)(OpType,PatternRewriter & rewriter)) insert() argument [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 486 enum OpType : uint8_t { global() enum
|
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 555 printImmediateV216(uint32_t Imm,uint8_t OpType,const MCSubtargetInfo & STI,raw_ostream & O) printImmediateV216() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1845 Type *OpType = S->getType(); costAndCollectOperands() local
|
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 1134 auto OpType = Desc.operands()[I].OperandType; convertFMAanyK() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 852 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); getMemcpyLoopResidualLoweringType() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3053 Type *OpType = Op->getType(); handleBswap() local 4734 Type *OpType = Operand->getType(); instrumentAsmArgument() local
|
H A D | AddressSanitizer.cpp | 1621 instrumentMaskedLoadOrStore(AddressSanitizer * Pass,const DataLayout & DL,Type * IntptrTy,Value * Mask,Value * EVL,Value * Stride,Instruction * I,Value * Addr,MaybeAlign Alignment,unsigned Granularity,Type * OpType,bool IsWrite,Value * SizeArgument,bool UseCalls,uint32_t Exp,RuntimeCallInserter & RTCI) instrumentMaskedLoadOrStore() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2360 unsigned OpType = Operand.OperandType; verifyInstruction() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 965 OperationType OpType; global() variable [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 366 FMAOpIdxInfo[getFMAOpIdxInfo(Root.getOpcode())][OpType]) in getFMAPatterns() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2041 getTargetFieldForToUnionCast(const RecordDecl * RD,QualType OpType) getTargetFieldForToUnionCast() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 8070 Type *OpType = Op0->getType(); visitFCmpInst() local [all...] |