/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 284 bool isCompare() const { in isCompare() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 221 bool isCompare; variable
|
D | InstrInfoEmitter.cpp | 320 if (Inst.isCompare) OS << "|(1<<MCID::Compare)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 299 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 3086 let isCompare = 1, validSubTargets = HasV4SubT in 3095 let isCompare = 1, validSubTargets = HasV4SubT in 3104 let isCompare = 1, validSubTargets = HasV4SubT in 3113 let isCompare = 1, validSubTargets = HasV4SubT in 3122 let isCompare = 1, validSubTargets = HasV4SubT in 3131 let isCompare = 1, validSubTargets = HasV4SubT in 3139 let isCompare = 1, validSubTargets = HasV4SubT in 3154 let isCompare = 1, validSubTargets = HasV4SubT in 3164 let isCompare = 1, validSubTargets = HasV4SubT in 3174 let isCompare = 1, validSubTargets = HasV4SubT in [all …]
|
D | HexagonNewValueJump.cpp | 459 assert((MI->getDesc().isCompare()) && in runOnMachineFunction()
|
D | HexagonMachineScheduler.cpp | 33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall) in postprocessDAG()
|
D | HexagonHardwareLoops.cpp | 383 if (!PredI->isCompare()) in findInductionRegister() 1328 if (!PredDef->isCompare()) in fixupInductionVariable()
|
D | HexagonInstrInfoV5.td | 166 let isCompare = 1 in {
|
D | HexagonInstrInfo.td | 30 let isCompare = 1 in {
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 527 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) || in runOnMachineFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 907 let isCompare = 1, Defs = [CPSR] in { 922 } // isCompare = 1, Defs = [CPSR] 925 let isCompare = 1, Defs = [CPSR] in { 954 } // isCompare = 1, Defs = [CPSR] 1157 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
|
D | ARMInstrThumb2.td | 878 let isCompare = 1, Defs = [CPSR] in { 2898 let isCompare = 1, Defs = [CPSR] in {
|
D | ARMInstrInfo.td | 1196 let isCompare = 1, Defs = [CPSR] in { 3948 let isCompare = 1, Defs = [CPSR] in {
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 411 bool isCompare(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/R600/ |
D | SIInstructions.td | 115 let isCompare = 1 in { 127 } // End isCompare = 1 138 let isCompare = 1 in { 392 } // End isCompare = 1
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 487 CE->isCompare() ? CE->getPredicate() : 0,
|
D | Constants.cpp | 1035 bool ConstantExpr::isCompare() const { in isCompare() function in ConstantExpr 1078 assert(isCompare()); in getPredicate()
|
D | AsmWriter.cpp | 1040 if (CE->isCompare()) in WriteConstantInternal()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 969 bool isCompare() const;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 1191 let isCompare = 1 in { 1204 let isCompare = 1 in { 1217 let isCompare = 1, Defs = [EFLAGS] in {
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 899 if (CE->isCompare()) in ConstantFoldConstantExpression()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 339 bit isCompare = 0; // Is this instruction a comparison instruction?
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 422 let Rd = 0b11111, isCompare = 1 in { 649 let isCompare = 1;
|