Home
last modified time | relevance | path

Searched refs:VAArg (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp418 case VAArg: return "va_arg"; in getOpcodeName()
579 case Instruction::VAArg: in mayReadFromMemory()
601 case Instruction::VAArg: in mayWriteToMemory()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryLocation.cpp82 case Instruction::VAArg: in getOrNone()
H A DCaptureTracking.cpp363 case Instruction::VAArg: in DetermineUseCaptureKind()
H A DObjCARCInstKind.cpp251 case Instruction::VAArg: in GetARCInstKind()
H A DAliasAnalysis.cpp685 case Instruction::VAArg: in getModRefInfo()
H A DStackSafetyAnalysis.cpp424 case Instruction::VAArg: in analyzeAllUses()
H A DValueTracking.cpp4774 case Instruction::VAArg: in isSafeToSpeculativelyExecuteWithOpcode()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.def213 HANDLE_OTHER_INST(60, VAArg , VAArgInst ) // vaarg instruction
H A DInstructions.h1842 : UnaryInstruction(Ty, VAArg, List, InsertBefore) {
1848 : UnaryInstruction(Ty, VAArg, List, InsertAtEnd) {
1858 return I->getOpcode() == VAArg;
H A DInstrTypes.h81 I->getOpcode() == Instruction::VAArg || in classof()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp297 case Instruction::VAArg: in IsSafeStackAlloca()
H A DTargetLoweringBase.cpp1833 case VAArg: return 0; in InstructionOpcodeToISD()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp840 INSTKEYWORD(va_arg, VAArg); in LexIdentifier()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml234 | VAArg Constructor
H A Dllvm.mli258 | VAArg Constructor
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2554 case Instruction::VAArg: in writeInstruction()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go190 VAArg Opcode = C.LLVMVAArg const
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3211 case Instruction::VAArg: in writeInstruction()