HomeSort by relevance Sort by last modified time
    Searched refs:PATCHPOINT (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 107 PATCHPOINT = 18
  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 12 // live-out information to a stackmap or patchpoint intrinsic if present.
31 cl::opt<bool> EnablePatchPointLiveness("enable-patchpoint-liveness",
33 cl::desc("Enable PatchPoint Liveness Analysis Pass"));
92 // set to an instruction if we encounter a patchpoint instruction.
95 if (I->getOpcode() == TargetOpcode::PATCHPOINT) {
LocalStackSlotAllocation.cpp 290 // Debug value, stackmap and patchpoint instructions can't be out of
294 MI->getOpcode() == TargetOpcode::PATCHPOINT)
TargetInstrInfo.cpp 389 case TargetOpcode::PATCHPOINT: {
390 // For PatchPoint, the call args are not foldable.
426 report_fatal_error("cannot spill patchpoint subregister operand");
462 MI->getOpcode() == TargetOpcode::PATCHPOINT) {
463 // Fold stackmap/patchpoint.
530 MI->getOpcode() == TargetOpcode::PATCHPOINT) &&
532 // Fold stackmap/patchpoint.
StackMaps.cpp 52 "Unexpected additional definition in Patchpoint intrinsic.");
252 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint");
333 /// uint64 : PatchPoint ID
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 335 // Special handling of dbg_value, stackmap and patchpoint instructions.
337 MI.getOpcode() == TargetOpcode::PATCHPOINT) {
AArch64AsmPrinter.cpp 390 // Lower a patchpoint of the form:
425 "Patchpoint can't request size less than the length of a call.");
507 case TargetOpcode::PATCHPOINT:
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 741 // Handle STACKMAP and PATCHPOINT specially and then use the generic code.
742 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) {
747 if (Opc == TargetOpcode::PATCHPOINT) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 506 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) {
X86MCInstLower.cpp 750 // Lower a patchpoint of the form:
754 assert(Is64Bit && "Patchpoint currently only supports X86-64");
776 "Patchpoint can't request size less than the length of a call.");
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 2039 milliseconds