Home | History | Annotate | Download | only in X86

Lines Matching defs:Target

46 #include "llvm/Target/TargetLoweringObjectFile.h"
159 // If the target flags on the operand changes the name of the symbol, do that
189 default: llvm_unreachable("Unknown target flag on GV operand");
853 // Lower call target and choose correct opcode
864 // Otherwise, we'll need a scratch register to hold the target
872 // Otherwise, we'll need a scratch register to hold the target
881 llvm_unreachable("Unsupported operand type in statepoint call target");
970 // [<def>], <id>, <numBytes>, <target>, <numArgs>, <cc>, ...
985 // Check for null target. If target is non-null (i.e. is non-zero or is
1005 // Emit MOV to materialize the target address and the CALL to target.
1056 auto Target = OutContext.createTempSymbol();
1063 OutStreamer->EmitLabel(Target);
1226 llvm_unreachable("Should be handled target independently");